Problem scicom
User Hutayo
Submission Time 2025-06-20 12:34:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scicom.cpp: In function ‘int main()’:
scicom.cpp:9:19: error: expected ‘;’ before ‘return’
9 | cout << a << b
| ^
| ;
10 | return 0;
| ~~~~~~