Judge Information
./test.cpp:3:9: warning: character constant too long for its type
print('Are you kidding me?')
^
./test.cpp:5:9: warning: character constant too long for its type
print('%d belongs to A' %(g))
^
./test.cpp:7:9: warning: character constant too long for its type
print('%d belongs to B' %(g))
^
./test.cpp:9:9: warning: character constant too long for its type
print('%d belongs to C' %(g))
^
./test.cpp:11:9: warning: character constant too long for its type
print('Are you kidding me?')
^
./test.cpp:1:1: error: 'g' does not name a type
g=int(input())
^