/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:33:21: warning: iteration 99 invokes undefined behavior [-Waggressive-loop-optimizations]
             if(row[j]==1){ cout<<j<<" "; continue; }
                ~~~~~^
/in/foo.cc:31:22: note: within this loop
         for(int j=1;j<=100;j++)
                     ~^~~~~
/in/foo.cc:26:21: warning: iteration 99 invokes undefined behavior [-Waggressive-loop-optimizations]
             if(col[j]==1){ cout<<j<<" "; continue;}
                ~~~~~^
/in/foo.cc:24:22: note: within this loop
         for(int j=1;j<=100;j++)
                     ~^~~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 368.0 KiB
#2 Accepted 4ms 384.0 KiB
#3 Accepted 4ms 360.0 KiB
#4 Accepted 3ms 384.0 KiB
#5 Wrong Answer 5ms 360.0 KiB
#6 Accepted 3ms 376.0 KiB
#7 Runtime Error 6ms 256.0 KiB
#8 Runtime Error 6ms 256.0 KiB
#9 Runtime Error 6ms 352.0 KiB
#10 Runtime Error 7ms 332.0 KiB

信息

递交者
类型
递交
题目
P1498 排座椅
语言
C++
递交时间
2018-09-08 14:35:39
评测时间
2018-09-08 14:35:39
评测机
分数
50
总耗时
53ms
峰值内存
384.0 KiB