Problem reading
User gordonlu
Submission Time 2023-11-05 19:19:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

reading.cpp: In function ‘int main()’:
reading.cpp:13:11: error: expected ‘;’ before ‘}’ token
13 | count++
| ^
| ;
14 | }
| ~