Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:31:16: warning: iteration 999999 invokes undefined behavior [-Waggressive-loop-optimizations]
         if (t[i]){
             ~~~^
/in/foo.cc:30:19: note: within this loop
     for (int i=1;i<=1000000;i++){
                  ~^~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 52ms 5.168 MiB
#2 Accepted 3ms 4.652 MiB
#3 Accepted 4ms 4.078 MiB
#4 Accepted 5ms 4.078 MiB
#5 Accepted 4ms 4.078 MiB
#6 Accepted 6ms 4.828 MiB
#7 Accepted 8ms 4.453 MiB
#8 Accepted 22ms 4.461 MiB
#9 Accepted 8ms 4.453 MiB
#10 Accepted 16ms 4.953 MiB
#11 Accepted 16ms 5.184 MiB
#12 Accepted 68ms 5.258 MiB
#13 Accepted 77ms 4.461 MiB

信息

递交者
类型
递交
题目
「一本通 1.1 例 2」种树
语言
C++
递交时间
2018-12-27 19:08:26
评测时间
2018-12-27 19:08:26
评测机
分数
91
总耗时
295ms
峰值内存
5.258 MiB