记录详情

Compile Error

foo.c: In function 'main':
foo.c:6:3: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'while'
   while (scanf("%d%d",&a,&b) != EOF)
   ^~~~~
foo.c:5:6: warning: unused variable 'a' [-Wunused-variable]
  int a,b
      ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1000 A+B Problem
语言
C
递交时间
2021-09-27 21:16:17
评测时间
2021-09-27 21:16:17
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes