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
^