← Back to Challenge List

Submission #112459

上傳編號112459
上傳時間2020-11-08 16:03:04
題目 三角關係 #Python#條件判斷
使用者 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:1:3: error: invalid preprocessing directive #-
# -*- coding: utf-8 -*-
^
./test.cpp:2:3: warning: missing terminating " character
"""Untitled0.ipynb
^
./test.cpp:2:1: error: missing terminating " character
"""Untitled0.ipynb
^
./test.cpp:8:3: warning: missing terminating " character
"""
^
./test.cpp:8:1: error: missing terminating " character
"""
^
./test.cpp:17:9: warning: character constant too long for its type
print('illegal')
^
./test.cpp:18:9: warning: character constant too long for its type
print('unavailable')
^
./test.cpp:24:11: warning: character constant too long for its type
print('right')
^
./test.cpp:25:11: warning: character constant too long for its type
print('{0:.4f}'.format(area))
^
./test.cpp:27:11: warning: character constant too long for its type
print('acute')
^
./test.cpp:28:11: warning: character constant too long for its type
print('{0:.4f}'.format(area))
^
./test.cpp:30:11: warning: character constant too long for its type
print('obtuse')
^
./test.cpp:31:11: warning: character constant too long for its type
print('{0:.4f}'.format(area))
^
./test.cpp:2:1: error: expected unqualified-id before string constant
"""Untitled0.ipynb
^