/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'Matrix Cheng(Matrix, Matrix)':
/in/foo.cc:127:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(i=1;i<=9;i++)
  ^~~
/in/foo.cc:132:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   return c;
   ^~~~~~
/in/foo.cc: In function 'void Cheng1(int (*)[4], int (*)[4])':
/in/foo.cc:148:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(j=1;j<=3;j++)
   ^~~
/in/foo.cc:151: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:180:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(i=1;i<=3;i++)
  ^~~
/in/foo.cc:184: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:189:6: warning: unused variable 'i' [-Wunused-variable]
  int i,j;
      ^
/in/foo.cc:189:8: warning: unused variable 'j' [-Wunused-variable]
  int i,j;
        ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:436:19: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   while(c=getchar())
                   ^
/in/foo.cc:436:3: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
   while(c=getchar())
   ^~~~~
/in/foo.cc:438:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
    if(c=='q'){scanf("uery");l=Get_Int();r=Get_Int();
    ^~
# 状态 耗时 内存占用
#1 Wrong Answer 1380ms 2.5 MiB
#2 Wrong Answer 1843ms 2.25 MiB
#3 Wrong Answer 2179ms 2.363 MiB
#4 Wrong Answer 2903ms 33.625 MiB
#5 Wrong Answer 3183ms 33.539 MiB
#6 Wrong Answer 3864ms 67.074 MiB
#7 Wrong Answer 4408ms 34.059 MiB
#8 Wrong Answer 4432ms 33.375 MiB
#9 Wrong Answer 4355ms 33.691 MiB
#10 Wrong Answer 4035ms 66.441 MiB
#11 Wrong Answer 4268ms 66.871 MiB
#12 Wrong Answer 4414ms 66.852 MiB
#13 Wrong Answer 4582ms 33.352 MiB
#14 Wrong Answer 4641ms 66.098 MiB
#15 Wrong Answer 4131ms 33.5 MiB
#16 Wrong Answer 4218ms 34.082 MiB
#17 Wrong Answer 4111ms 67.09 MiB
#18 Wrong Answer 4232ms 65.961 MiB
#19 Wrong Answer 4155ms 66.0 MiB
#20 Wrong Answer 4375ms 66.875 MiB

信息

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