/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:67:27: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'int*' [-Wformat=]
       scanf("%ld",&a[i][j]);  
                           ^
/in/foo.cc:32:26: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
   order[k].x=x;order[k].y=y;  
                ~~~~~~~~~~^~
/in/foo.cc:27:15: note: 'y' was declared here
   int max=0,x,y,i,j;  
               ^
/in/foo.cc:39:14: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
   check[x][y]=false;  
   ~~~~~~~~~~~^~~~~~
/in/foo.cc:27:13: note: 'x' was declared here
   int max=0,x,y,i,j;  
             ^
# 状态 耗时 内存占用
#1 Accepted 2ms 380.0 KiB
#2 Accepted 6ms 348.0 KiB
#3 Accepted 4ms 348.0 KiB
#4 Accepted 4ms 256.0 KiB
#5 Accepted 10ms 352.0 KiB
#6 Accepted 4ms 256.0 KiB
#7 Accepted 4ms 256.0 KiB
#8 Accepted 2ms 256.0 KiB
#9 Accepted 11ms 340.0 KiB
#10 Accepted 7ms 348.0 KiB
#11 Accepted 38ms 376.0 KiB
#12 Accepted 2ms 364.0 KiB
#13 Accepted 67ms 256.0 KiB
#14 Accepted 82ms 496.0 KiB
#15 Accepted 65ms 380.0 KiB
#16 Accepted 112ms 384.0 KiB
#17 Accepted 148ms 360.0 KiB
#18 Accepted 110ms 320.0 KiB
#19 Accepted 108ms 452.0 KiB
#20 Accepted 147ms 328.0 KiB

信息

递交者
类型
递交
题目
P1755 靶形数独
语言
C++
递交时间
2017-07-21 20:32:10
评测时间
2017-07-21 20:32:10
评测机
分数
100
总耗时
942ms
峰值内存
496.0 KiB