Accepted
/in/foo.c: In function 'main': /in/foo.c:18:22: warning: suggest parentheses around '&&' within '||' [-Wparentheses] case 2:if(year%4==0&&year%100!=0||year%400==0) ~~~~~~~~~^~~~~~~~~~~~~ /in/foo.c:23:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(flag=1) ^~ /in/foo.c:24:3: warning: 'days' may be used uninitialized in this function [-Wmaybe-uninitialized] printf("%d\n",days); ^~~~~~~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- A1-3 分支结构练习:月份天数
- 比赛
- 2019-3-3 C语言入门测试(基于基本数据类型的典型程序训练)
- 语言
- C
- 递交时间
- 2019-03-03 09:16:09
- 评测时间
- 2019-03-03 09:16:09
- 评测机
- 分数
- 100
- 总耗时
- 4ms
- 峰值内存
- 204.0 KiB