Problem scicom
User jambusk
Submission Time 2025-06-20 12:33:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scicom.cpp: In function ‘int main()’:
scicom.cpp:12:30: error: expected ‘;’ before ‘return’
12 | cout << name << " " << medal
| ^
| ;
13 |
14 | return 0;
| ~~~~~~