Problem threethreethree
User enterusername
Submission Time 2026-06-13 18:18:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

threethreethree.cpp: In function ‘int main()’:
threethreethree.cpp:31:6: error: ‘has_found’ was not declared in this scope
31 | if(has_found) break;
| ^~~~~~~~~
threethreethree.cpp:33:9: error: ‘has_found’ was not declared in this scope
33 | if(!has_found) cout << "NO";
| ^~~~~~~~~