记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:5:6: error: 'a' undeclared (first use in this function)
      a=int(input("小朋友人数:"))
      ^
/in/foo.c:5:6: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:5:8: error: expected expression before 'int'
      a=int(input("小朋友人数:"))
        ^~~
/in/foo.c:18:1: error: expected declaration or statement at end of input
 }
 ^

信息

递交者
类型
递交
题目
P1014 吃饺子
语言
C
递交时间
2024-06-17 09:07:56
评测时间
2024-06-17 09:07:56
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes