记录详情

Compile Error

foo.c: In function 'main':
foo.c:16:21: error: invalid suffix ";" on integer constant
   16 |                 i=i/10;
      |                     ^~~~
foo.c:16:25: error: expected ';' before 'if'
   16 |                 i=i/10;
      |                         ^
      |                         ;
   17 |                  if(i==2)
      |                  ~~      
foo.c:22:21: error: invalid suffix ";" on integer constant
   22 |                 i=i/10;
      |                     ^~~~
foo.c:27:21: error: invalid suffix ";" on integer constant
   27 |                 i=i/10;
      |                     ^~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1020 数字统计
语言
C
递交时间
2022-08-29 17:42:48
评测时间
2022-08-29 17:42:48
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes