Time Exceeded

foo.cc: In function 'int isSuperPrime(int)':
foo.cc:24:6: warning: unused variable 'i' [-Wunused-variable]
   24 |  int i;
      |      ^
foo.cc: In function 'int daysOfMonth(int, int)':
foo.cc:46:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   46 |  if(month==2)
      |  ^~
foo.cc:48:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   48 |   return day;
      |   ^~~~~~
foo.cc: In function 'int printMonth(int, int)':
foo.cc:93:1: warning: no return statement in function returning non-void [-Wreturn-type]
   93 | }
      | ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Time Exceeded ≥1068ms ≥16.016 MiB
#2 Time Exceeded ≥1053ms ≥16.016 MiB

信息

递交者
类型
递交
题目
P1075 打印月历
语言
C++
递交时间
2022-07-15 18:08:52
评测时间
2022-07-15 18:08:52
评测机
分数
0
总耗时
≥2122ms
峰值内存
≥16.016 MiB