记录详情

Accepted

/in/foo.cc: In function 'bool runnian(int)':
/in/foo.cc:6:20: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
     if (y % 4 == 0 && y % 100 != 0 || y % 400 == 0)
         ~~~~~~~~~~~^~~~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:33:14: warning: variable 'n2' set but not used [-Wunused-but-set-variable]
  int n1 = 0, n2 = 0;
              ^~
/in/foo.cc: In function 'int monthday(int, int)':
/in/foo.cc:25:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 1ms 332.0 KiB
#2 Accepted 1ms 376.0 KiB
#3 Accepted 1ms 360.0 KiB
#4 Accepted 1ms 380.0 KiB
#5 Accepted 1ms 380.0 KiB

信息

递交者
类型
递交
题目
5-6 过去了多少天
语言
C++
递交时间
2024-03-17 18:06:07
评测时间
2024-03-17 18:06:07
评测机
分数
100
总耗时
7ms
峰值内存
380.0 KiB