/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:19:16: warning: unused variable 'xx2' [-Wunused-variable]
      int xx1=0,xx2=0;
                ^~~
/in/foo.cc:36:17: warning: iteration 8 invokes undefined behavior [-Waggressive-loop-optimizations]
          if(ff[i]!=9)
             ~~~~^
/in/foo.cc:35:19: note: within this loop
      for(int i=1;i<=9;i++){   
                  ~^~~
# 状态 耗时 内存占用
#1 Accepted 5ms 348.0 KiB
#2 Wrong Answer 4ms 360.0 KiB
#3 Accepted 4ms 376.0 KiB
#4 Accepted 4ms 364.0 KiB
#5 Accepted 4ms 256.0 KiB
#6 Accepted 3ms 384.0 KiB
#7 Accepted 4ms 384.0 KiB
#8 Accepted 4ms 348.0 KiB
#9 Wrong Answer 3ms 340.0 KiB
#10 Accepted 3ms 372.0 KiB

信息

递交者
类型
递交
题目
P1335 数独验证
语言
C++
递交时间
2017-12-06 18:02:30
评测时间
2017-12-06 18:02:30
评测机
分数
80
总耗时
43ms
峰值内存
384.0 KiB