| Problem | add1 |
|---|---|
| User | alettuce |
| Submission Time | 2024-04-05 14:17:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
add1.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
add1.cpp:5:1: note: in expansion of macro ‘int’
5 | int main() {
| ^~~
add1.cpp: In function ‘int main()’:
add1.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
add1.cpp:6:2: note: in expansion of macro ‘int’
6 | int x;
| ^~~
add1.cpp:6:6: error: ‘x’ was not declared in this scope
6 | int x;
| ^