Problem ippt
User CheeseAndBread
Submission Time 2024-02-16 19:09:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp: In function ‘int main()’:
ippt.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
ippt.cpp:6:2: note: in expansion of macro ‘int’
6 | int a, b, c;
| ^~~
ippt.cpp:6:6: error: ‘a’ was not declared in this scope
6 | int a, b, c;
| ^
ippt.cpp:6:9: error: ‘b’ was not declared in this scope
6 | int a, b, c;
| ^
ippt.cpp:6:12: error: ‘c’ was not declared in this scope
6 | int a, b, c;
| ^
ippt.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
ippt.cpp:7:2: note: in expansion of macro ‘int’
7 | int score;
| ^~~
ippt.cpp:7:6: error: ‘score’ was not declared in this scope
7 | int score;
| ^~~~~