Problem scicom
User ZY
Submission Time 2026-04-16 15:50:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scicom.cpp:3:7: error: missing terminating " character
3 | print("Pan, 'Silver')
| ^~~~~~~~~~~~~~~
scicom.cpp:1:1: error: ‘name’ does not name a type
1 | name, medal = map(str ,input().split())
| ^~~~