/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void Cheng1(int (*)[5], int (*)[5])':
/in/foo.cc:124:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(j=1;j<=3;j++)
   ^~~
/in/foo.cc:127: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:156:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(i=1;i<=3;i++)
  ^~~
/in/foo.cc:160: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:165:6: warning: unused variable 'i' [-Wunused-variable]
  int i,j;
      ^
/in/foo.cc:165:8: warning: unused variable 'j' [-Wunused-variable]
  int i,j;
        ^
/in/foo.cc: In function 'void Cheng(int (*)[15], int (*)[15])':
/in/foo.cc:214:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(j=1;j<=9;j++)
   ^~~
/in/foo.cc:217: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:421:19: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   while(c=getchar())
                   ^
/in/foo.cc:421:3: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
   while(c=getchar())
   ^~~~~
/in/foo.cc:423: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 1282ms 2.488 MiB
#2 Accepted 1844ms 2.75 MiB
#3 Accepted 2128ms 2.5 MiB
#4 Accepted 2942ms 35.129 MiB
#5 Accepted 3226ms 33.496 MiB
#6 Accepted 3890ms 66.375 MiB
#7 Accepted 4339ms 35.141 MiB
#8 Accepted 4417ms 33.371 MiB
#9 Accepted 4103ms 34.738 MiB
#10 Accepted 4126ms 65.449 MiB
#11 Accepted 4309ms 66.918 MiB
#12 Accepted 4374ms 66.0 MiB
#13 Accepted 4124ms 34.648 MiB
#14 Accepted 4676ms 67.07 MiB
#15 Accepted 4307ms 35.195 MiB
#16 Accepted 4277ms 34.465 MiB
#17 Accepted 4062ms 66.98 MiB
#18 Accepted 4219ms 66.824 MiB
#19 Accepted 4601ms 66.332 MiB
#20 Accepted 4410ms 66.09 MiB

信息

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