Problem general
User dieunq1309
Submission Time 2023-10-10 20:14:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

general.cpp: In function ‘void surrender(int, int)’:
general.cpp:23:11: error: a function-definition is not allowed here before ‘{’ token
23 | int main(){
| ^
general.cpp:42:1: error: expected ‘}’ at end of input
42 | }
| ^
general.cpp:13:29: note: to match this ‘{’
13 | void surrender(int i, int j){
| ^