/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'bool bfs(int)':
/in/foo.cc:23:12: warning: unused variable 'p' [-Wunused-variable]
  int i,j,s,p,q,ip,ie;
            ^
/in/foo.cc:23:14: warning: unused variable 'q' [-Wunused-variable]
  int i,j,s,p,q,ip,ie;
              ^
/in/foo.cc: In function 'bool bfs1(int)':
/in/foo.cc:82:10: warning: unused variable 's' [-Wunused-variable]
  int i,j,s,p,q,ip;
          ^
/in/foo.cc:82:12: warning: unused variable 'p' [-Wunused-variable]
  int i,j,s,p,q,ip;
            ^
/in/foo.cc:82:14: warning: unused variable 'q' [-Wunused-variable]
  int i,j,s,p,q,ip;
              ^
/in/foo.cc: In function 'bool bfs2(int)':
/in/foo.cc:122:10: warning: unused variable 's' [-Wunused-variable]
  int i,j,s,p,q,ip,ie;
          ^
/in/foo.cc:122:12: warning: unused variable 'p' [-Wunused-variable]
  int i,j,s,p,q,ip,ie;
            ^
/in/foo.cc:122:14: warning: unused variable 'q' [-Wunused-variable]
  int i,j,s,p,q,ip,ie;
              ^
/in/foo.cc: In function 'bool solve(int)':
/in/foo.cc:355:14: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
              for(j=0;j<nc[to-n-1];j++)
              ^~~
/in/foo.cc:357:8: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
        to=ip;
        ^~
/in/foo.cc:186:10: warning: unused variable 's' [-Wunused-variable]
  int i,j,s,p,q,dx,dy,id,ip,from,to;
          ^
/in/foo.cc:186:12: warning: unused variable 'p' [-Wunused-variable]
  int i,j,s,p,q,dx,dy,id,ip,from,to;
            ^
/in/foo.cc:186:14: warning: unused variable 'q' [-Wunused-variable]
  int i,j,s,p,q,dx,dy,id,ip,from,to;
              ^
/in/foo.cc:186:28: warning: unused variable 'from' [-Wunused-variable]
  int i,j,s,p,q,dx,dy,id,ip,from,to;
                            ^~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:378:6: warning: unused variable 'a' [-Wunused-variable]
  int a,b;
      ^
/in/foo.cc:378:8: warning: unused variable 'b' [-Wunused-variable]
  int a,b;
        ^
/in/foo.cc:383:12: warning: unused variable 'p' [-Wunused-variable]
  int i,j,s,p,q;
            ^
/in/foo.cc:383:14: warning: unused variable 'q' [-Wunused-variable]
  int i,j,s,p,q;
              ^
# 状态 耗时 内存占用
#1 Accepted 5ms 368.0 KiB
#2 Accepted 257ms 356.0 KiB
#3 Accepted 261ms 364.0 KiB
#4 Accepted 334ms 344.0 KiB
#5 Accepted 193ms 340.0 KiB
#6 Accepted 170ms 256.0 KiB
#7 Accepted 237ms 372.0 KiB
#8 Accepted 206ms 340.0 KiB
#9 Accepted 275ms 376.0 KiB
#10 Accepted 171ms 344.0 KiB
#11 Accepted 1548ms 368.0 KiB
#12 Accepted 1538ms 336.0 KiB
#13 Accepted 1549ms 372.0 KiB
#14 Accepted 1667ms 384.0 KiB
#15 Wrong Answer 239ms 372.0 KiB
#16 Accepted 239ms 384.0 KiB
#17 Accepted 163ms 360.0 KiB
#18 Accepted 188ms 364.0 KiB
#19 Accepted 166ms 364.0 KiB
#20 Accepted 159ms 256.0 KiB

信息

递交者
类型
递交
题目
P1961 模拟电路
语言
C++
递交时间
2018-07-05 09:41:16
评测时间
2018-07-05 09:41:16
评测机
分数
95
总耗时
9575ms
峰值内存
384.0 KiB