记录详情

Compile Error

foo.c: In function 'main':
foo.c:14:16: error: invalid suffix ";" on integer constant
   14 |   x1 = time1 % 100;
      |                ^~~~~
foo.c:14:21: error: expected ';' before 'y2'
   14 |   x1 = time1 % 100;
      |                     ^
      |                     ;
   15 |   y2 = time2 / 10000;
      |   ~~                 
foo.c:21:9: error: expected ';' before 'if'
   21 |     x1++
      |         ^
      |         ;
   22 |     if(x1 == month[m1])
      |     ~~   
foo.c:28:1: error: expected declaration or statement at end of input
   28 | }
      | ^
foo.c:18:7: warning: unused variable 'ans' [-Wunused-variable]
   18 |   int ans = 1;
      |       ^~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1083 xf1-6计算日期
比赛
2022年迎新赛(第二场)
语言
C
递交时间
2022-08-27 13:00:53
评测时间
2022-08-27 13:00:53
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes