← Back to Challenge List

Submission #132968

上傳編號132968
上傳時間2021-11-14 20:16:38
題目 The Triangle B (測試題)
使用者 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
Judge Information
./test.cpp:5:7: warning: character constant too long for its type
print('{:.4f}'.format(c*o*0.5))
^
./test.cpp:1:1: error: 'c' does not name a type
c,o=input().split()
^