Problem pythonlist
User Pepperedfish
Submission Time 2025-06-19 00:14:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:5:17: error: declaration does not declare anything [-fpermissive]
5 | #define ll long long;
| ^~~~
pythonlist.cpp:8:2: note: in expansion of macro ‘ll’
8 | ll a, b, c; cin >> a;
| ^~
pythonlist.cpp:8:5: error: ‘a’ was not declared in this scope
8 | ll a, b, c; cin >> a;
| ^
pythonlist.cpp:8:8: error: ‘b’ was not declared in this scope
8 | ll a, b, c; cin >> a;
| ^
pythonlist.cpp:8:11: error: ‘c’ was not declared in this scope
8 | ll a, b, c; cin >> a;
| ^
pythonlist.cpp:5:17: error: template argument 1 is invalid
5 | #define ll long long;
| ^~~~
pythonlist.cpp:9:11: note: in expansion of macro ‘ll’
9 | deque<ll> dq;
| ^~
pythonlist.cpp:5:17: error: template argument 2 is invalid
5 | #defin