/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(register int a=0;a<=card[1];a++)
     ^~~
/in/foo.cc:23:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  printf("%d\n",dp[card[1]][card[2]][card[3]][card[4]]);
  ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 220.0 KiB
#2 Accepted 1ms 216.0 KiB
#3 Accepted 1ms 356.0 KiB
#4 Accepted 2ms 2.211 MiB
#5 Accepted 3ms 6.348 MiB
#6 Accepted 5ms 8.887 MiB
#7 Accepted 6ms 10.648 MiB
#8 Accepted 8ms 11.121 MiB
#9 Accepted 9ms 11.152 MiB
#10 Accepted 9ms 12.969 MiB

信息

递交者
类型
递交
题目
P1775 乌龟棋
语言
C++
递交时间
2020-09-07 19:14:55
评测时间
2020-09-07 19:14:55
评测机
分数
100
总耗时
50ms
峰值内存
12.969 MiB