Accepted
/in/foo.c: In function 'main':
/in/foo.c:7:11: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  if(x%4==0&&x%100!=0||x%400==0)
     ~~~~~~^~~~~~~~~~
/in/foo.c:39:2: warning: 't' may be used uninitialized in this function [-Wmaybe-uninitialized]
  printf("%d\n",t);
  ^~~~~~~~~~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - A1-3 分支结构练习:月份天数
 - 比赛
 - 基于基本数据类型的程序设计训练
 - 语言
 - C
 - 递交时间
 - 2019-03-02 22:28:54
 - 评测时间
 - 2019-03-02 22:28:54
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 4ms
 - 峰值内存
 - 204.0 KiB