评测信息

运行ID: 53753
src.c:1:1: error: unknown type name 'import'
import math
^
src.c:3:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'N'
N = int(input())
^