Accepted
/in/foo.c: In function 'main': /in/foo.c:17:13: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(s[i]%4==0&&s[i]%100!=0||s[i]%400==0) ~~~~~~~~~^~~~~~~~~~~~~ /in/foo.c: In function 'tian': /in/foo.c:46:11: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if((a%4==0&&a%100!=0||a%400==0)&&b>2) ~~~~~~^~~~~~~~~~ /in/foo.c:47:2: warning: 'm' may be used uninitialized in this function [-Wmaybe-uninitialized] m=m+1; ~^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- 5-6 过去了多少天
- 比赛
- 课程赛事2018-12-22
- 语言
- C
- 递交时间
- 2018-12-22 21:22:29
- 评测时间
- 2018-12-22 21:22:29
- 评测机
- 分数
- 100
- 总耗时
- 5ms
- 峰值内存
- 216.0 KiB