./test.cpp:3:15: warning: character constant too long for its type
print(score,'belongs to A')
^
./test.cpp:7:15: warning: character constant too long for its type
print(score,'belongs to C')
^
./test.cpp:1:1: error: 'score' does not name a type
score=int(input())
^