记录详情

Compile Error

foo.c:1:1: warning: data definition has no type or storage class
    1 | inp = list(map(int, input().split(' ')))
      | ^~~
foo.c:1:1: warning: type defaults to 'int' in declaration of 'inp' [-Wimplicit-int]
foo.c:1:7: warning: implicit declaration of function 'list' [-Wimplicit-function-declaration]
    1 | inp = list(map(int, input().split(' ')))
      |       ^~~~
foo.c:1:12: warning: implicit declaration of function 'map' [-Wimplicit-function-declaration]
    1 | inp = list(map(int, input().split(' ')))
      |            ^~~
foo.c:1:16: error: expected expression before 'int'
    1 | inp = list(map(int, input().split(' ')))
      |                ^~~
foo.c:3:1: error: expected ',' or ';' before 'x'
    3 | x,y,k = inp[0], inp[1], inp[2]
      | ^
foo.c:14:1: error: stray '##' in program
   14 | ##for i in z:
      | ^~
foo.c:15:1: error: stray '##' in program
   15 | ##    print(i, end=' ')
      | ^~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1061 [蓝桥杯国赛 2022 中级组] 报数字
语言
C
递交时间
2023-06-30 17:09:55
评测时间
2023-06-30 17:09:55
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes