/ Vijos /

记录详情

Wrong Answer

foo.cpp: In function 'void gauss(double**, double**)':
foo.cpp:21:15: warning: unused variable 'p' [-Wunused-variable]
     int i,j,s,p,q,r=0,id;
               ^
foo.cpp:21:17: warning: unused variable 'q' [-Wunused-variable]
     int i,j,s,p,q,r=0,id;
                 ^
foo.cpp: In function 'int main()':
foo.cpp:93:27: warning: format '%f' expects argument of type 'float*', but argument 2 has type 'double*' [-Wformat=]
             scanf("%f",&vl);
                           ^
foo.cpp:99:27: warning: format '%f' expects argument of type 'float*', but argument 2 has type 'double*' [-Wformat=]
             scanf("%f",&vl);
                           ^
foo.cpp:67:17: warning: unused variable 'q' [-Wunused-variable]
     int i,j,s,p,q,jx,jy,pre,nx,ny;
                 ^
foo.cpp:67:25: warning: unused variable 'pre' [-Wunused-variable]
     int i,j,s,p,q,jx,jy,pre,nx,ny;
                         ^~~
foo.cpp: In function 'void gauss(double**, double**)':
foo.cpp:34:9: warning: 'id' may be used uninitialized in this function [-Wmaybe-uninitialized]
         if(id!=r)
         ^~
# 状态 耗时 内存占用
#1 Wrong Answer 0ms 1.293 MiB
#2 Wrong Answer 15ms 1.289 MiB
#3 Wrong Answer 31ms 1.469 MiB
#4 Wrong Answer 46ms 1.582 MiB
#5 Wrong Answer 78ms 1.734 MiB
#6 Wrong Answer 125ms 1.914 MiB
#7 Wrong Answer 765ms 5.48 MiB
#8 Wrong Answer 750ms 6.734 MiB
#9 Wrong Answer 359ms 3.621 MiB
#10 Wrong Answer 453ms 4.145 MiB
#11 Wrong Answer 593ms 4.754 MiB
#12 Wrong Answer 671ms 5.676 MiB
#13 Wrong Answer 2328ms 13.906 MiB
#14 Wrong Answer 2468ms 16.043 MiB
#15 Wrong Answer 2890ms 18.41 MiB
#16 Wrong Answer 3781ms 21.012 MiB
#17 Wrong Answer 4187ms 23.812 MiB
#18 Wrong Answer 4343ms 27.004 MiB
#19 Wrong Answer 5640ms 30.402 MiB
#20 Wrong Answer 6062ms 34.098 MiB

信息

递交者
类型
递交
题目
P1872 酗酒者
语言
C++
递交时间
2017-03-19 03:34:56
评测时间
2017-03-19 03:34:56
评测机
分数
0
总耗时
35585ms
峰值内存
34.098 MiB