Problem | twochoices |
---|---|
User | r1r2r3r4 |
Submission Time | 2025-07-19 20:25:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
twochoices.cpp: In function ‘int main()’:
twochoices.cpp:5:8: error: expected ‘;’ before ‘N’
5 | cin N >> M;
| ^~
| ;
twochoices.cpp:16:18: error: expected ‘;’ before ‘}’ token
16 | else O+=1
| ^
| ;
17 | }
| ~