Problem goodseq
User god
Submission Time 2025-09-09 16:38:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

goodseq.cpp: In function ‘int main()’:
goodseq.cpp:15:15: error: expected ‘;’ before ‘}’ token
15 | result += 1
| ^
| ;
16 | }
| ~