Compile Error

foo.c: In function 'main':
foo.c:10:14: error: stray '\357' in program
         scanf("%d", &x);
              ^
foo.c:10:15: error: stray '\274' in program
         scanf("%d", &x);
               ^
foo.c:10:16: error: stray '\210' in program
         scanf("%d", &x);
                ^
foo.c:10:9: warning: statement with no effect [-Wunused-value]
         scanf("%d", &x);
         ^~~~~
foo.c:10:17: error: expected ';' before string constant
         scanf("%d", &x);
                 ^~~~
foo.c:10:25: error: expected statement before ')' token
         scanf("%d", &x);
                         ^
foo.c:6:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d", &n);
     ^~~~~~~~~~~~~~~
foo.c:7:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d", &x1);
     ^~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1082 1-3 序列循环左移
语言
C
递交时间
2021-09-30 21:51:17
评测时间
2021-09-30 21:51:17
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes