上傳編號 71534
上傳時間 2019-05-26 10:58:07
題目 成績等第判別*  #Python15 #判斷結構
使用者 anonymous
總得分 0, CE in 0 ms
# State Runtime Memory
0 CE 0 0
1 CE 0 0
2 CE 0 0
3 CE 0 0
4 CE 0 0
Judge Information
./test.cpp:3:11: warning: multi-character character constant [-Wmultichar]
print('fat')
^
./test.cpp:5:11: warning: character constant too long for its type
print('normal')
^
./test.cpp:7:11: warning: multi-character character constant [-Wmultichar]
print('thin')
^
./test.cpp:1:1: error: 'score' does not name a type
score = float(input())
^