记录详情

Compile Error

/in/foo.c:1:1: warning: data definition has no type or storage class
 a=int(input())
 ^
/in/foo.c:1:1: warning: type defaults to 'int' in declaration of 'a' [-Wimplicit-int]
/in/foo.c:1:3: error: expected expression before 'int'
 a=int(input())
   ^~~
/in/foo.c:1:6: error: stray '\357' in program
 a=int(input())
      ^
/in/foo.c:1:7: error: stray '\274' in program
 a=int(input())
       ^
/in/foo.c:1:8: error: stray '\210' in program
 a=int(input())
        ^
/in/foo.c:1:14: error: stray '\357' in program
 a=int(input())
              ^
/in/foo.c:1:15: error: stray '\274' in program
 a=int(input())
               ^
/in/foo.c:1:16: error: stray '\210' in program
 a=int(input())
                ^
/in/foo.c:1:17: error: stray '\357' in program
 a=int(input())
                 ^
/in/foo.c:1:18: error: stray '\274' in program
 a=int(input())
                  ^
/in/foo.c:1:19: error: stray '\211' in program
 a=int(input())
                   ^
/in/foo.c:1:20: error: stray '\357' in program
 a=int(input())
                    ^
/in/foo.c:1:21: error: stray '\274' in program
 a=int(input())
                     ^
/in/foo.c:1:22: error: stray '\211' in program
 a=int(input())
                      ^
/in/foo.c:2:6: error: stray '\357' in program
 b=int(input())
      ^
/in/foo.c:2:7: error: stray '\274' in program
 b=int(input())
       ^
/in/foo.c:2:8: error: stray '\210' in program
 b=int(input())
        ^
/in/foo.c:2:14: error: stray '\357' in program
 b=int(input())
              ^
/in/foo.c:2:15: error: stray '\274' in program
 b=int(input())
               ^
/in/foo.c:2:16: error: stray '\210' in program
 b=int(input())
                ^
/in/foo.c:2:17: error: stray '\357' in program
 b=int(input())
                 ^
/in/foo.c:2:18: error: stray '\274' in program
 b=int(input())
                  ^
/in/foo.c:2:19: error: stray '\211' in program
 b=int(input())
                   ^
/in/foo.c:2:20: error: stray '\357' in program
 b=int(input())
                    ^
/in/foo.c:2:21: error: stray '\274' in program
 b=int(input())
                     ^
/in/foo.c:2:22: error: stray '\211' in program
 b=int(input())
                      ^
/in/foo.c:4:6: error: stray '\357' in program
 print(c)
      ^
/in/foo.c:4:7: error: stray '\274' in program
 print(c)
       ^
/in/foo.c:4:8: error: stray '\210' in program
 print(c)
        ^
/in/foo.c:4:10: error: stray '\357' in program
 print(c)
          ^
/in/foo.c:4:11: error: stray '\274' in program
 print(c)
           ^
/in/foo.c:4:12: error: stray '\211' in program
 print(c)
            ^

信息

递交者
类型
自测
语言
C
递交时间
2023-10-08 17:08:44
评测时间
2023-10-08 17:08:44
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes