Problem | notebook |
---|---|
User | TheRaptor |
Submission Time | 2023-03-11 13:21:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
notebook.cpp: In function ‘int32_t main()’:
notebook.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
notebook.cpp:7:2: note: in expansion of macro ‘int’
7 | int n,m,s,t;
| ^~~
notebook.cpp:7:6: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
7 | int n,m,s,t;
| ^
| yn
notebook.cpp:7:8: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
7 | int n,m,s,t;
| ^
| tm
notebook.cpp:7:10: error: ‘s’ was not declared in this scope
7 | int n,m,s,t;
| ^
notebook.cpp:7:12: error: ‘t’ was not declared in this scope; did you mean ‘tm’?
7 | int n,m,s,t;
| ^
| tm
notebook.cpp:3:18: error: wrong number of template arguments (1, should be 2)
3 | #define int long long;
| ^~~~<