Problem gota
User Lover4u1YgC
Submission Time 2026-04-30 15:35:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gota.cpp: In function ‘int main()’:
gota.cpp:6:8: error: expected ‘(’ before ‘found’
6 | if found = false;
| ^~~~~
| (
gota.cpp:11:13: error: ‘found’ was not declared in this scope
11 | found = true;
| ^~~~~
gota.cpp:14:9: error: ‘found’ was not declared in this scope
14 | if (found)
| ^~~~~