/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void Cheng1(int (*)[4], int (*)[4])':
/in/foo.cc:133:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(j=1;j<=3;j++)
   ^~~
/in/foo.cc:136:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    for(i=1;i<=3;i++)
    ^~~
/in/foo.cc: In function 'void KSM1(int)':
/in/foo.cc:165:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(i=1;i<=3;i++)
  ^~~
/in/foo.cc:169:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   for(i=0;(1ll<<i)<=x;i++)
   ^~~
/in/foo.cc: In function 'void CAL(int, int, int)':
/in/foo.cc:174:6: warning: unused variable 'i' [-Wunused-variable]
  int i,j;
      ^
/in/foo.cc:174:8: warning: unused variable 'j' [-Wunused-variable]
  int i,j;
        ^
/in/foo.cc: In function 'void Cheng(int (*)[10], int (*)[10])':
/in/foo.cc:222:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(j=1;j<=9;j++)
   ^~~
/in/foo.cc:225:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    for(i=1;i<=9;i++)
    ^~~
/in/foo.cc: In function 'int FIND(int, int, int)':
/in/foo.cc:390:6: warning: unused variable 'ans' [-Wunused-variable]
  int ans=0;
      ^~~
# 状态 耗时 内存占用
#1 Wrong Answer 37ms 2.25 MiB
#2 Wrong Answer 44ms 3.215 MiB
#3 Wrong Answer 41ms 2.625 MiB
#4 Wrong Answer 702ms 35.0 MiB
#5 Wrong Answer 779ms 34.895 MiB
#6 Wrong Answer 1072ms 65.711 MiB
#7 Wrong Answer 700ms 34.328 MiB
#8 Wrong Answer 649ms 34.25 MiB
#9 Wrong Answer 708ms 34.762 MiB
#10 Wrong Answer 944ms 67.25 MiB
#11 Wrong Answer 1040ms 66.25 MiB
#12 Wrong Answer 860ms 65.699 MiB
#13 Wrong Answer 752ms 34.5 MiB
#14 Wrong Answer 1011ms 65.5 MiB
#15 Wrong Answer 731ms 35.125 MiB
#16 Wrong Answer 923ms 34.445 MiB
#17 Wrong Answer 764ms 66.125 MiB
#18 Wrong Answer 795ms 67.059 MiB
#19 Wrong Answer 836ms 66.0 MiB
#20 Wrong Answer 909ms 67.117 MiB

信息

递交者
类型
递交
题目
P1958 音质检测
语言
C++
递交时间
2018-02-26 14:45:09
评测时间
2018-02-26 14:45:09
评测机
分数
0
总耗时
14307ms
峰值内存
67.25 MiB