0_0_37392658_25465.c:2:12: error: expected expression before 'int'
n, m = map(int, input().split())
^
0_0_37392658_25465.c:4:1: error: expected ',' or ';' before 'bx'
bx = 0
^
0_0_37392658_25465.c:36:2: error: invalid preprocessing directive #for
#for i in range(m):
^
0_0_37392658_25465.c:37:6: error: invalid preprocessing directive #print
# print(mp[i])
^
|