Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
#include <iostream> #include <conio.h>
using namespace std;
void main();
{
setlocale(LC_ALL, "RUS");
int a, b, c;
b = 2019;
cout « "Введите год рождения»\n";
Cin » a;
c == b - a;
cout«"Ваш возраст »"«c;
}
почему не работает? ошибки на инклуды
Не получается чёт, можешь дать дс или чёт другое? ответить в личке на бх.
7:1: error: expected unqualified-id before '{' to
Код:
#include <iostream>
using namespace std;
int main();
{
setlocale(LC_ALL, "RUS");
int a, b, c;
b = 2019;
cout « "Введите год рождения»\n";
Cin » a;
c = b - a;
cout«"Ваш возраст »"«c;
return 0;
}
_getch();
Не получается чёт, можешь дать дс или чёт другое? ответить в личке на бх.
7:1: error: expected unqualified-id before '{' to
Код:
#include <iostream>
using namespace std;
int main();
{
setlocale(LC_ALL, "RUS");
int a, b, c;
b = 2019;
cout « "Введите год рождения»\n";
Cin » a;
c = b - a;
cout«"Ваш возраст »"«c;
return 0;
}
_getch();
7:1: error: stray '\302' in program
7:1: error: stray '\253' in program
8:1: error: stray '\302' in program
8:1: error: stray '\273' in program
10:1: error: stray '\302' in program
10:1: error: stray '\253' in program
10:1: error: stray '\302' in program
10:1: error: stray '\253' in program
7:1: error: stray '\302' in program
7:1: error: stray '\253' in program
8:1: error: stray '\302' in program
8:1: error: stray '\273' in program
10:1: error: stray '\302' in program
10:1: error: stray '\253' in program
10:1: error: stray '\302' in program
10:1: error: stray '\253' in program
#include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL, "RUS");
int a, b, c;
b = 2019;
cout « "Введите год рождения»\n";
Cin » a;
c = b - a;
cout«"Ваш возраст »"«c;
return 0;
}
_getch();
In function 'int main()':
10:9: error: expected ';' before string constant
10:53: warning: statement has no effect [-Wunused-value]
11:1: error: 'Cin' was not declared in this scope
13:7: error: expected ';' before string constant
13:36: warning: statement has no effect [-Wunused-value]
14:8: error: '_getch' was not declared in this scope
Код:
#include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL, "RUS");
int a, b, c;
b = 2019;
cout « "Введите год рождения»\n";
Cin » a;
c = b - a;
cout«"Ваш возраст »"«c;
_getch();
return 0;
}
10:53: warning: statement has no effect [-Wunused-value]
11:1: error: 'Cin' was not declared in this scope
13:7: error: expected ';' before string constant
13:36: warning: statement has no effect [-Wunused-value]