Judge Information
./test.cpp:1:2: error: invalid preprocessing directive #!
#!/usr/bin/env python3
^
./test.cpp:2:3: error: invalid preprocessing directive #-
# -*- coding: utf-8 -*-
^
./test.cpp:3:3: warning: missing terminating " character
"""
^
./test.cpp:3:1: error: missing terminating " character
"""
^
./test.cpp:6:1: error: stray '@' in program
@author: student
^
./test.cpp:7:3: warning: missing terminating " character
"""
^
./test.cpp:7:1: error: missing terminating " character
"""
^
./test.cpp:12:13: warning: character constant too long for its type
print('{0:.2f}\n'.format((float(a)-32)*5/9))
^
./test.cpp:14:13: warning: character constant too long for its type
print('error')
^
./test.cpp:3:1: error: expected unqualified-id before string constant
"""
^