记录详情

Compile Error

foo.c: In function 'main':
foo.c:6:11: error: expected expression before '%' token
    6 |     scanf(%d,%d,&year,&month)
      |           ^
foo.c:6:30: error: expected ';' before '}' token
    6 |     scanf(%d,%d,&year,&month)
      |                              ^
      |                              ;
    7 | }
      | ~                             
foo.c:4:18: warning: unused variable 'month' [-Wunused-variable]
    4 | {       int year,month;
      |                  ^~~~~
foo.c:4:13: warning: unused variable 'year' [-Wunused-variable]
    4 | {       int year,month;
      |             ^~~~
foo.c: At top level:
foo.c:8:9: error: expected identifier or '(' before 'return'
    8 |         return 0;
      |         ^~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
A1-3 分支结构练习:月份天数
比赛
2023年新生赛(第一场)
语言
C
递交时间
2023-08-15 10:26:11
评测时间
2023-08-15 10:26:11
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes