using System;
namespace для_знаний_ком
{
class Program
static void Main(string[] args)
Console.WriteLine("Задайте значение переменной 'a' с клавиатуры "); string a = Console.ReadLine(); int x = Convert.ToInt32(a);
int s = 0;
do
s += x;
x++;
}
while (x < 500);
Console.WriteLine($"Сумма всех чисел от {a} до 500 = {s}");
Табуляции на скриншоте ↓
#include <iostream>
#include <vector>
#include <algorithm>
#include<string>
#include <cmath>
using namespace std;
int main() {
uint64_t x;
cin >> x;
uint64_t i = 1, j = 1, a = 1, b = 1;
uint64_t res = 0;
while (x) {
if (a <= b) {
x += a == b;
res = a;
i += 1;
a = i*i;
else {
res = b;
j += 1;
b = j*j*j;
x -= 1;
cout << res;
return 0;
using System;
namespace для_знаний_ком
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Задайте значение переменной 'a' с клавиатуры "); string a = Console.ReadLine(); int x = Convert.ToInt32(a);
int s = 0;
do
{
s += x;
x++;
}
while (x < 500);
Console.WriteLine($"Сумма всех чисел от {a} до 500 = {s}");
}
}
}
Примечание:Табуляции на скриншоте ↓
#include <iostream>
#include <vector>
#include <algorithm>
#include<string>
#include <cmath>
using namespace std;
int main() {
uint64_t x;
cin >> x;
uint64_t i = 1, j = 1, a = 1, b = 1;
uint64_t res = 0;
while (x) {
if (a <= b) {
x += a == b;
res = a;
i += 1;
a = i*i;
}
else {
res = b;
j += 1;
b = j*j*j;
}
x -= 1;
}
cout << res;
return 0;
}