Problem | exam |
---|---|
User | pvpwarrior |
Submission Time | 2024-08-04 13:25:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | # define ll long long;
| ^~~~
exam.cpp:7:2: note: in expansion of macro ‘ll’
7 | ll a , b , c, x;
| ^~
exam.cpp:7:5: error: ‘a’ was not declared in this scope
7 | ll a , b , c, x;
| ^
exam.cpp:7:9: error: ‘b’ was not declared in this scope
7 | ll a , b , c, x;
| ^
exam.cpp:7:13: error: ‘c’ was not declared in this scope
7 | ll a , b , c, x;
| ^
exam.cpp:7:16: error: ‘x’ was not declared in this scope
7 | ll a , b , c, x;
| ^