Problem swords
User PlayVoltz
Submission Time 2023-07-26 22:41:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp: In function ‘int main()’:
swords.cpp:47:7: error: redeclaration of ‘bool flag’
47 | bool flag;
| ^~~~
swords.cpp:29:7: note: ‘bool flag’ previously declared here
29 | bool flag;
| ^~~~