/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:23:8: warning: operation on 'front' may be undefined [-Wsequence-point]
   front=(++front)%sz;
   ~~~~~^~~~~~~~~~~~~
/in/foo.cc:28:14: warning: operation on 'rear' may be undefined [-Wsequence-point]
          rear=(++rear)%sz;
          ~~~~^~~~~~~~~~~~
/in/foo.cc:30:21: warning: operation on 'rear' may be undefined [-Wsequence-point]
                 rear=(++rear)%sz;
                 ~~~~^~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 600.0 KiB
#2 Accepted 2ms 392.0 KiB
#3 Accepted 66ms 67.711 MiB
#4 Accepted 7ms 6.164 MiB
#5 Accepted 286ms 260.324 MiB
#6 Accepted 330ms 260.332 MiB
#7 Accepted 95ms 96.598 MiB
#8 Wrong Answer 407ms 260.316 MiB
#9 Accepted 327ms 260.211 MiB
#10 Accepted 362ms 260.246 MiB

信息

递交者
类型
递交
题目
P1250 整数变换
语言
C++
递交时间
2023-07-22 11:35:46
评测时间
2023-07-22 11:35:46
评测机
分数
90
总耗时
1890ms
峰值内存
260.332 MiB