Problem card
User MintTea
Submission Time 2024-01-12 14:48:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

card.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
card.cpp:6:1: note: in expansion of macro ‘int’
6 | int main(){
| ^~~
card.cpp: In function ‘int main()’:
card.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
card.cpp:7:2: note: in expansion of macro ‘int’
7 | int numc, outid;
| ^~~
card.cpp:7:6: error: ‘numc’ was not declared in this scope
7 | int numc, outid;
| ^~~~
card.cpp:7:12: error: ‘outid’ was not declared in this scope
7 | int numc, outid;
| ^~~~~
card.cpp:3:18: error: template argument 1 is invalid
3 | #define int long long;
| ^~~~
card.cpp:11:8: note: in expansion of macro ‘int’
11 | deque<int> deck;
| ^~~
card.cpp:3:18: error: