记录详情

Compile Error

foo.c:1:1: warning: data definition has no type or storage class
    1 | a=int(input(“”))
      | ^
foo.c:1:1: warning: type defaults to 'int' in declaration of 'a' [-Wimplicit-int]
foo.c:1:3: error: expected expression before 'int'
    1 | a=int(input(“”))
      |   ^~~
foo.c:1:12: error: stray '\357' in program
    1 | a=int(input(“”))
      |            ^
foo.c:1:13: error: stray '\274' in program
    1 | a=int(input(“”))
      |             ^
foo.c:1:14: error: stray '\210' in program
    1 | a=int(input(“”))
      |              ^
foo.c:1:15: error: stray '\342' in program
    1 | a=int(input(“”))
      |               ^
foo.c:1:16: error: stray '\200' in program
    1 | a=int(input(“”))
      |                ^
foo.c:1:17: error: stray '\234' in program
    1 | a=int(input(“”))
      |                 ^
foo.c:1:18: error: stray '\342' in program
    1 | a=int(input(“”))
      |                  ^
foo.c:1:19: error: stray '\200' in program
    1 | a=int(input(“”))
      |                   ^
foo.c:1:20: error: stray '\235' in program
    1 | a=int(input(“”))
      |                    ^
foo.c:1:21: error: stray '\357' in program
    1 | a=int(input(“”))
      |                     ^
foo.c:1:22: error: stray '\274' in program
    1 | a=int(input(“”))
      |                      ^
foo.c:1:23: error: stray '\211' in program
    1 | a=int(input(“”))
      |                       ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
角谷猜想
比赛
壹〇玖1班信息技术学考练习
语言
C
递交时间
2022-06-22 17:20:11
评测时间
2022-06-22 17:20:11
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes