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

Compile Error

scicom.cpp:3:20: 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())
| ^~~~