/ Vijos /

记录详情

Accepted

/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:223:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(j=1;j<=9;j++)
   ^~~
/in/foo.cc:226: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 main()':
/in/foo.cc:430:19: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   while(c=getchar())
                   ^
/in/foo.cc:430:3: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
   while(c=getchar())
   ^~~~~
/in/foo.cc:432: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 Accepted 1203ms 4.465 MiB
#2 Accepted 1533ms 4.375 MiB
#3 Accepted 1963ms 4.59 MiB
#4 Accepted 2605ms 68.078 MiB
#5 Accepted 3052ms 67.668 MiB
#6 Accepted 3455ms 131.824 MiB
#7 Accepted 3895ms 67.875 MiB
#8 Accepted 4015ms 67.0 MiB
#9 Accepted 4045ms 67.711 MiB
#10 Accepted 4022ms 132.074 MiB
#11 Accepted 4173ms 131.199 MiB
#12 Accepted 4023ms 130.797 MiB
#13 Accepted 3935ms 68.125 MiB
#14 Accepted 3965ms 130.625 MiB
#15 Accepted 4010ms 67.59 MiB
#16 Accepted 3719ms 67.078 MiB
#17 Accepted 3875ms 131.336 MiB
#18 Accepted 3868ms 131.328 MiB
#19 Accepted 3799ms 132.387 MiB
#20 Accepted 4053ms 131.586 MiB

信息

递交者
类型
递交
题目
P1958 音质检测
语言
C++
递交时间
2018-02-26 14:49:29
评测时间
2018-02-26 14:49:29
评测机
分数
100
总耗时
69216ms
峰值内存
132.387 MiB