Problem ballot
User Fuhrer101
Submission Time 2023-11-14 10:48:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ballot.cpp: In function ‘int main()’:
ballot.cpp:2:18: error: declaration does not declare anything [-fpermissive]
2 | #define int long long;
| ^~~~
ballot.cpp:7:2: note: in expansion of macro ‘int’
7 | int N,C,item,match;
| ^~~
ballot.cpp:7:6: error: ‘N’ was not declared in this scope
7 | int N,C,item,match;
| ^
ballot.cpp:7:8: error: ‘C’ was not declared in this scope
7 | int N,C,item,match;
| ^
ballot.cpp:7:10: error: ‘item’ was not declared in this scope
7 | int N,C,item,match;
| ^~~~
ballot.cpp:7:15: error: ‘match’ was not declared in this scope; did you mean ‘rpmatch’?
7 | int N,C,item,match;
| ^~~~~
| rpmatch
ballot.cpp:2:18: error: wrong number of template arguments (1, should be at least 2)
2 | #define int long long;
| ^~~~
ballot.cpp:9:6: note: i