Judge Information
./test.cpp:1:17: warning: character constant too long for its type
a = float(input('輸å
¥è¯æ°æº«åº¦:'))
^
./test.cpp:2:7: warning: character constant too long for its type
print('ææ°æº«åº¦çº%.2f' %((a - 32)/9*5), end='')
^
./test.cpp:2:50: error: empty character constant
print('ææ°æº«åº¦çº%.2f' %((a - 32)/9*5), end='')
^
./test.cpp:1:1: error: 'a' does not name a type
a = float(input('輸å
¥è¯æ°æº«åº¦:'))
^