/ Vijos /

记录详情

Wrong Answer

/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: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 1319ms 4.375 MiB
#2 Wrong Answer 1960ms 2.48 MiB
#3 Wrong Answer 2231ms 2.719 MiB
#4 Wrong Answer 3067ms 34.348 MiB
#5 Wrong Answer 3256ms 34.875 MiB
#6 Wrong Answer 4101ms 66.82 MiB
#7 Wrong Answer 4464ms 35.125 MiB
#8 Wrong Answer 4428ms 33.75 MiB
#9 Wrong Answer 4390ms 35.375 MiB
#10 Wrong Answer 4003ms 66.953 MiB
#11 Wrong Answer 4179ms 65.961 MiB
#12 Wrong Answer 4460ms 66.602 MiB
#13 Wrong Answer 4356ms 33.84 MiB
#14 Wrong Answer 4480ms 65.625 MiB
#15 Wrong Answer 4212ms 34.133 MiB
#16 Wrong Answer 4301ms 34.852 MiB
#17 Wrong Answer 3973ms 67.324 MiB
#18 Wrong Answer 4351ms 66.594 MiB
#19 Wrong Answer 4137ms 66.863 MiB
#20 Wrong Answer 4323ms 67.324 MiB

信息

递交者
类型
递交
题目
P1958 音质检测
语言
C++
递交时间
2018-02-26 11:36:19
评测时间
2018-02-26 11:36:19
评测机
分数
0
总耗时
75999ms
峰值内存
67.324 MiB