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

Compile Error

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