Mã chấm: 98371


Main.cc:1:1: error: ‘b’ does not name a type
 b,c = map(int,input().split())
 ^
Main.cc:5:1: error: ‘check’ does not name a type
 check = False
 ^~~~~
Main.cc:14:1: error: expected unqualified-id before ‘if’
 if(check == True and cnt == c):
 ^~