Problem photofinish
User Xrh999
Submission Time 2025-12-01 18:02:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

photofinish.cpp: In function ‘int main()’:
photofinish.cpp:10:15: error: expected initializer before ‘==’ token
10 | bool stopped == false;
| ^~
photofinish.cpp:19:10: error: ‘stopped’ was not declared in this scope
19 | } else stopped = true;
| ^~~~~~~