记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:12:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int m=1; m<month; m++)
  ^~~
foo.cc:14:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   sum=35;
   ^~~
foo.cc:9:6: warning: unused variable 'year' [-Wunused-variable]
  int year,month,day; 
      ^~~~
# 状态 耗时 内存占用
#1 Wrong Answer Read {0}, expect {1}. ["35","364"] 2ms 384.0 KiB
#2 Wrong Answer Read {0}, expect {1}. ["35","0"] 2ms 340.0 KiB
#3 Wrong Answer Read {0}, expect {1}. ["35","25"] 1ms 384.0 KiB
#4 Wrong Answer Read {0}, expect {1}. ["35","28"] 2ms 384.0 KiB
#5 Wrong Answer Read {0}, expect {1}. ["35","306"] 1ms 384.0 KiB

信息

递交者
类型
递交
题目
P1083 xf1-6计算日期
比赛
2020苏青奥赛集训营(2021-2-2课堂小练)
语言
C++
递交时间
2021-02-02 13:51:54
评测时间
2021-02-02 13:51:54
评测机
分数
0
总耗时
9ms
峰值内存
384.0 KiB