Problem souvenirs3
User nmluan
Submission Time 2026-06-26 15:22:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

souvenirs3.cpp: In function ‘int main()’:
souvenirs3.cpp:31:7: error: redeclaration of ‘bool flag’
31 | bool flag = true;
| ^~~~
souvenirs3.cpp:19:7: note: ‘bool flag’ previously declared here
19 | bool flag = true;
| ^~~~