| Problem | 3nplus1II |
|---|---|
| User | herngr3y |
| Submission Time | 2026-04-11 17:35:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
3nplus1II.cpp:7:3: note: in expansion of macro ‘int’
7 | int length, t;
| ^~~
3nplus1II.cpp:7:7: error: ‘length’ was not declared in this scope
7 | int length, t;
| ^~~~~~
3nplus1II.cpp:7:15: error: ‘t’ was not declared in this scope; did you mean ‘tm’?
7 | int length, t;
| ^
| tm