/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:17:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(i=1;i<=n;i++)
     ^~~
/in/foo.cc:20:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(i=1;i<=n;i++)
  ^~~
/in/foo.cc:9:23: warning: unused variable 'w' [-Wunused-variable]
     int n,m,i,j,ans=0,w;
                       ^
# 状态 耗时 内存占用
#1 Wrong Answer 19ms 1.25 MiB
#2 Accepted 2ms 356.0 KiB
#3 Accepted 3ms 356.0 KiB
#4 Wrong Answer 3ms 348.0 KiB
#5 Accepted 3ms 340.0 KiB
#6 Accepted 4ms 344.0 KiB
#7 Wrong Answer 4ms 256.0 KiB
#8 Wrong Answer 6ms 640.0 KiB
#9 Wrong Answer 10ms 1.09 MiB
#10 Wrong Answer 22ms 1.344 MiB

信息

递交者
类型
递交
题目
P1255 月饼盒
语言
C++
递交时间
2018-02-12 21:49:00
评测时间
2018-02-12 21:49:00
评测机
分数
40
总耗时
80ms
峰值内存
1.344 MiB