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)提供评测服务