/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:19:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=0;i<N;i++)
  ^~~
/in/foo.cc:22:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   cout<<DP[0][0];
   ^~~~
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 212.0 KiB
#2 Wrong Answer 1ms 220.0 KiB
#3 Wrong Answer 1ms 232.0 KiB
#4 Wrong Answer 1ms 220.0 KiB
#5 Wrong Answer 1ms 228.0 KiB
#6 Wrong Answer 1ms 220.0 KiB
#7 Wrong Answer 1ms 228.0 KiB
#8 Wrong Answer 1ms 220.0 KiB
#9 Runtime Error 1ms 872.0 KiB
#10 Runtime Error 1ms 856.0 KiB

信息

递交者
类型
递交
题目
P1334 NASA的食物计划
语言
C++
递交时间
2020-11-06 15:16:50
评测时间
2020-11-06 15:16:50
评测机
分数
0
总耗时
14ms
峰值内存
872.0 KiB