Problem rhythmscore
User DuckyKayden
Submission Time 2025-08-04 16:14:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rhythmscore.cpp: In function ‘int32_t main()’:
rhythmscore.cpp:25:22: error: expected ‘;’ before ‘}’ token
25 | current_streak = 0
| ^
| ;
26 | }
| ~