/ Vijos /

记录详情

Accepted

/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 440.0 KiB
#2 Accepted 2ms 436.0 KiB
#3 Accepted 68ms 67.762 MiB
#4 Accepted 8ms 6.105 MiB
#5 Accepted 295ms 260.328 MiB
#6 Accepted 341ms 260.328 MiB
#7 Accepted 93ms 96.508 MiB
#8 Accepted 412ms 260.312 MiB
#9 Accepted 333ms 260.246 MiB
#10 Accepted 363ms 260.199 MiB

信息

递交者
类型
递交
题目
P1250 整数变换
语言
C++
递交时间
2023-07-22 11:40:01
评测时间
2023-07-22 11:40:01
评测机
分数
100
总耗时
1920ms
峰值内存
260.328 MiB