| Problem | photofinish |
|---|---|
| User | smartsword |
| Submission Time | 2025-12-01 17:26:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
photofinish.cpp: In function ‘int main()’:
photofinish.cpp:17:28: error: expected unqualified-id before ‘;’ token
17 | ios::sync_with_stdio(false.;)
| ^
photofinish.cpp:17:29: error: expected primary-expression before ‘)’ token
17 | ios::sync_with_stdio(false.;)
| ^
photofinish.cpp:20:17: error: ‘i’ was not declared in this scope
20 | for(int i = 0; i < n; i++) {
| ^
photofinish.cpp: At global scope:
photofinish.cpp:60:4: error: ‘cout’ does not name a type
60 | cout << ans - 1;
| ^~~~
photofinish.cpp:62:4: error: expected unqualified-id before ‘return’
62 | return 0;
| ^~~~~~
photofinish.cpp:64:3: error: expected declaration before ‘}’ token
64 | }
| ^
photofinish.cpp:66:2: error: expected declaration before ‘}’ token
66 | }
| ^
photofinish.cpp:68:2: error: ‘