/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void Cheng1(long long int (*)[4], long long 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(long long 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(long long int, long long int, long long int)':
/in/foo.cc:174:12: warning: unused variable 'i' [-Wunused-variable]
  long long i,j;
            ^
/in/foo.cc:174:14: warning: unused variable 'j' [-Wunused-variable]
  long long i,j;
              ^
/in/foo.cc: In function 'void Cheng(long long int (*)[10], long long 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 'long long int FIND(long long int, long long int, long long int)':
/in/foo.cc:390:12: warning: unused variable 'ans' [-Wunused-variable]
  long long ans=0;
            ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:423:19: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   while(c=getchar())
                   ^
/in/foo.cc:423:3: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
   while(c=getchar())
   ^~~~~
/in/foo.cc:425: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 1216ms 4.375 MiB
#2 Wrong Answer 1730ms 4.477 MiB
#3 Wrong Answer 2232ms 4.5 MiB
#4 Wrong Answer 2734ms 67.199 MiB
#5 Wrong Answer 3133ms 68.25 MiB
#6 Wrong Answer 3864ms 132.125 MiB
#7 Wrong Answer 3992ms 68.375 MiB
#8 Wrong Answer 4175ms 68.586 MiB
#9 Wrong Answer 4224ms 67.195 MiB
#10 Wrong Answer 3845ms 131.816 MiB
#11 Wrong Answer 3900ms 131.223 MiB
#12 Wrong Answer 4094ms 131.836 MiB
#13 Wrong Answer 4135ms 67.617 MiB
#14 Wrong Answer 4090ms 131.445 MiB
#15 Wrong Answer 3941ms 68.578 MiB
#16 Wrong Answer 3850ms 66.828 MiB
#17 Wrong Answer 3881ms 130.695 MiB
#18 Wrong Answer 3930ms 131.465 MiB
#19 Wrong Answer 4063ms 131.375 MiB
#20 Wrong Answer 4206ms 132.5 MiB

信息

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