/ Vijos /

记录详情

Wrong Answer

/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 Wrong Answer 1337ms 2.5 MiB
#2 Wrong Answer 1885ms 4.25 MiB
#3 Wrong Answer 2186ms 2.582 MiB
#4 Wrong Answer 2827ms 34.5 MiB
#5 Wrong Answer 3185ms 34.5 MiB
#6 Wrong Answer 3682ms 66.574 MiB
#7 Accepted 4410ms 33.594 MiB
#8 Accepted 4344ms 34.875 MiB
#9 Accepted 4266ms 33.453 MiB
#10 Accepted 3914ms 65.25 MiB
#11 Accepted 4274ms 65.5 MiB
#12 Accepted 4434ms 67.242 MiB
#13 Accepted 4098ms 34.453 MiB
#14 Accepted 4377ms 66.102 MiB
#15 Wrong Answer 4257ms 35.094 MiB
#16 Wrong Answer 4027ms 35.219 MiB
#17 Wrong Answer 4021ms 66.848 MiB
#18 Wrong Answer 4184ms 66.949 MiB
#19 Wrong Answer 4296ms 67.16 MiB
#20 Wrong Answer 4358ms 66.961 MiB

信息

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