Problem scicom
User khai
Submission Time 2025-06-20 12:39:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scicom.cpp: In function ‘int main()’:
scicom.cpp:10:21: error: expected ‘;’ before ‘}’ token
10 | cin >> medal[20]
| ^
| ;
11 |
12 | }
| ~