记录详情

Compile Error

foo.c: In function 'main':
foo.c:6:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'scanf'
    6 |         scanf{“%dx1 %dx2”,x1,x2};
      |         ^~~~~
foo.c:6:15: error: stray '\342' in program
    6 |         scanf{“%dx1 %dx2”,x1,x2};
      |               ^
foo.c:6:25: error: stray '\342' in program
    6 |         scanf{“%dx1 %dx2”,x1,x2};
      |                         ^
foo.c:6:33: error: unknown type name '\U0000ff1b'
    6 |         scanf{“%dx1 %dx2”,x1,x2};
      |                                 ^~
foo.c:7:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
    7 |         printf{“%dy1/n%dy2/n%dy3”
      |               ^
foo.c:7:16: error: stray '\342' in program
    7 |         printf{“%dy1/n%dy2/n%dy3”
      |                ^
foo.c:7:33: error: stray '\342' in program
    7 |         printf{“%dy1/n%dy2/n%dy3”
      |                                 ^
foo.c:11:17: error: expected ';' before '}' token
   11 |         return 0
      |                 ^
      |                 ;
   12 |         }
      |         ~        
foo.c:5:9: warning: unused variable 'x1' [-Wunused-variable]
    5 |     int x1,x2
      |         ^~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1078 xf1-1两数和、积、余
比赛
2022年迎新赛(第二场)
语言
C
递交时间
2022-08-27 19:27:59
评测时间
2022-08-27 19:27:59
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes