Problem | thedarknight |
---|---|
User | Dolphy |
Submission Time | 2024-09-30 16:59:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
thedarknight.cpp: In function ‘int32_t main()’:
thedarknight.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
thedarknight.cpp:5:5: note: in expansion of macro ‘int’
5 | int a, b, n;
| ^~~
thedarknight.cpp:5:9: error: ‘a’ was not declared in this scope
5 | int a, b, n;
| ^
thedarknight.cpp:5:12: error: ‘b’ was not declared in this scope
5 | int a, b, n;
| ^
thedarknight.cpp:5:15: error: ‘n’ was not declared in this scope
5 | int a, b, n;
| ^
thedarknight.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
thedarknight.cpp:7:2: note: in expansion of macro ‘int’
7 | int c=a, d=b;
| ^~~
thedarknight.cpp:7:6: error: ‘c’ was not declared in this scope
7 | i