← Back to Challenge List

Submission #111247

上傳編號111247
上傳時間2020-09-16 14:24:24
題目 成績等第判別*  #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:15: warning: character constant too long for its type
print(score,'belongs to A')
^
./test.cpp:7:15: warning: character constant too long for its type
print(score,'belongs to C')
^
./test.cpp:1:1: error: 'score' does not name a type
score=int(input())
^