Problem hoofpaperscissor
User boaznumberd5555
Submission Time 2024-12-11 16:02:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hoofpaperscissor.cpp: In function ‘int32_t main()’:
hoofpaperscissor.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
hoofpaperscissor.cpp:5:2: note: in expansion of macro ‘int’
5 | int n,K;
| ^~~
hoofpaperscissor.cpp:5:6: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
5 | int n,K;
| ^
| yn
hoofpaperscissor.cpp:5:8: error: ‘K’ was not declared in this scope
5 | int n,K;
| ^
hoofpaperscissor.cpp:6:10: error: ‘k’ was not declared in this scope
6 | cin>>n>>k;
| ^
hoofpaperscissor.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
hoofpaperscissor.cpp:7:2: note: in expansion of macro ‘int’
7 | int choice[n];
| ^~~
hoofpaperscissor.cpp:7:6: error: ‘c