0_0_36439754_3829.c:1:2: error: invalid preprocessing directive #!
#!/usr/bin/python
^
0_0_36439754_3829.c:3:2: error: invalid preprocessing directive #N
#N=int(input())
^
0_0_36439754_3829.c:4:1: error: unknown type name 'import'
import math
^
0_0_36439754_3829.c:6:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'mod'
mod=1e9+7
^
0_0_36439754_3829.c:8:1: error: expected identifier or '(' before 'while'
while t:
^
|