Problem | rhythmscore |
---|---|
User | MegaG |
Submission Time | 2025-10-05 19:54:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
rhythmscore.cpp: In function ‘int main()’:
rhythmscore.cpp:32:12: error: expected ‘;’ before ‘}’ token
32 | ocount++
| ^
| ;
33 | }
| ~
rhythmscore.cpp:37:20: error: expected ‘;’ before ‘}’ token
37 | cout << ocount*15
| ^
| ;
38 | }
| ~