/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void Cheng1(int (*)[4], int (*)[4])':
/in/foo.cc:132:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(j=1;j<=3;j++)
   ^~~
/in/foo.cc:135: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:164:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(i=1;i<=3;i++)
  ^~~
/in/foo.cc:168: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:173:6: warning: unused variable 'i' [-Wunused-variable]
  int i,j;
      ^
/in/foo.cc:173: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 main()':
/in/foo.cc:429:19: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   while(c=getchar())
                   ^
/in/foo.cc:429:3: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
   while(c=getchar())
   ^~~~~
/in/foo.cc:431: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 1370ms 2.363 MiB
#2 Accepted 1751ms 2.332 MiB
#3 Accepted 2221ms 2.336 MiB
#4 Accepted 2989ms 33.25 MiB
#5 Accepted 3344ms 33.883 MiB
#6 Accepted 3919ms 65.852 MiB
#7 Accepted 4230ms 35.031 MiB
#8 Accepted 4353ms 33.875 MiB
#9 Accepted 4384ms 34.703 MiB
#10 Accepted 4247ms 66.324 MiB
#11 Accepted 4195ms 67.207 MiB
#12 Accepted 4444ms 67.5 MiB
#13 Accepted 4134ms 34.855 MiB
#14 Accepted 4528ms 65.824 MiB
#15 Accepted 4188ms 35.078 MiB
#16 Accepted 4077ms 35.352 MiB
#17 Accepted 3967ms 65.828 MiB
#18 Accepted 4110ms 65.625 MiB
#19 Accepted 4155ms 66.492 MiB
#20 Accepted 4276ms 65.871 MiB

信息

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