Problem scicom
User xm0728
Submission Time 2025-07-15 17:03:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scicom.cpp: In function ‘int main()’:
scicom.cpp:13:6: error: expected ‘;’ before ‘}’ token
13 | i++
| ^
| ;
14 |
15 | }while(let != ' ');
| ~