Problem scicom
User tanhanxi195
Submission Time 2025-06-20 12:46:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scicom.cpp:6:10: error: missing terminating ' character
6 | return 0'
| ^
scicom.cpp: In function ‘int main()’:
scicom.cpp:6:10: error: expected ‘;’ before ‘}’ token
6 | return 0'
| ^
| ;
7 | }
| ~