Problem | pythonlist |
---|---|
User | DarrylKaysan |
Submission Time | 2025-06-18 09:59:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pythonlist.cpp:4:18: error: declaration does not declare anything [-fpermissive]
4 | #define int long long;
| ^~~~
pythonlist.cpp:6:1: note: in expansion of macro ‘int’
6 | int main() {
| ^~~
pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:4:18: error: declaration does not declare anything [-fpermissive]
4 | #define int long long;
| ^~~~
pythonlist.cpp:7:2: note: in expansion of macro ‘int’
7 | int n;
| ^~~
pythonlist.cpp:7:6: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
7 | int n;
| ^
| yn
pythonlist.cpp:4:18: error: template argument 1 is invalid
4 | #define int long long;
| ^~~~
pythonlist.cpp:9:11: note: in expansion of macro ‘int’
9 | deque<int> name;
| ^~~
pythonlist.cpp:4:18: error: template argument 2 is invalid
4 | #def