| Problem | mathhomework |
|---|---|
| User | WILLI1071A |
| Submission Time | 2026-06-28 13:10:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mathhomework.cpp: In function ‘int main()’:
mathhomework.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
mathhomework.cpp:6:2: note: in expansion of macro ‘int’
6 | int n;
| ^~~
mathhomework.cpp:6:6: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
6 | int n;
| ^
| yn
mathhomework.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
mathhomework.cpp:12:2: note: in expansion of macro ‘int’
12 | int numbofsteps;
| ^~~
mathhomework.cpp:12:6: error: ‘numbofsteps’ was not declared in this scope
12 | int numbofsteps;
| ^~~~~~~~~~~
mathhomework.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
mathhomework.cpp: