← Back to Challenge List

Submission #62292

上傳編號62292
上傳時間2019-02-15 11:58:28
題目 成績等第判別*  #Python15 #判斷結構
使用者 anonymous
總得分 0, CE in 0 ms
# State Runtime Memory
0 CE 0 ms 0
1 CE 0 ms 0
2 CE 0 ms 0
3 CE 0 ms 0
4 CE 0 ms 0
Judge Information
./test.cpp:3:9: warning: character constant too long for its type
print('Are you kidding me?')
^
./test.cpp:5:9: warning: character constant too long for its type
print('%d belongs to A' %(g))
^
./test.cpp:7:9: warning: character constant too long for its type
print('%d belongs to B' %(g))
^
./test.cpp:9:9: warning: character constant too long for its type
print('%d belongs to C' %(g))
^
./test.cpp:11:9: warning: character constant too long for its type
print('Are you kidding me?')
^
./test.cpp:1:1: error: 'g' does not name a type
g=int(input())
^