/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:113:27: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     if(HL=S[i][j][k][l][h])
                           ^
/in/foo.cc:96:5: warning: 'zPos' may be used uninitialized in this function [-Wmaybe-uninitialized]
     if(ZPos<zPos)swap(ZPos,zPos);
     ^~
/in/foo.cc:96:5: warning: 'ZPos' may be used uninitialized in this function [-Wmaybe-uninitialized]
/in/foo.cc:103:30: warning: 'MPos' may be used uninitialized in this function [-Wmaybe-uninitialized]
     S[0][MPos][ZPos][zPos][m]=2*z;
     ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 324.0 KiB
#2 Accepted 4ms 668.0 KiB
#3 Accepted 6ms 1.375 MiB
#4 Accepted 11ms 3.012 MiB
#5 Accepted 9ms 600.0 KiB
#6 Accepted 6ms 760.0 KiB
#7 Accepted 7ms 1.051 MiB
#8 Accepted 3ms 564.0 KiB
#9 Accepted 3ms 592.0 KiB
#10 Accepted 6ms 1.352 MiB

信息

递交者
类型
递交
题目
P1377 特殊的平原
语言
C++
递交时间
2021-11-25 05:46:41
评测时间
2021-11-25 05:46:41
评测机
分数
100
总耗时
60ms
峰值内存
3.012 MiB