/ Vijos /

记录详情

Wrong Answer

/in/foo.cc:3:0: warning: ignoring #pragma comment  [-Wunknown-pragmas]
 #pragma comment(linker, "/STACK:1024000000,1024000000")
 
/in/foo.cc: In function 'long long int max(long long int, long long int)':
/in/foo.cc:31:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if (a>b) return a;return b;
  ^~
/in/foo.cc:31:20: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if (a>b) return a;return b;
                    ^~~~~~
/in/foo.cc: In function 'void change(long long int, long long int, long long int)':
/in/foo.cc:176:12: warning: unused variable 'ans' [-Wunused-variable]
  long long ans=0;
            ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:262:14: warning: unused variable 'm' [-Wunused-variable]
  long long i,m,x,y,k,q,z;
              ^
/in/foo.cc: In function 'void query(long long int, long long int)':
/in/foo.cc:209:11: warning: 'ansr.jyh::big' may be used uninitialized in this function [-Wmaybe-uninitialized]
  jyh ansl,ansr;
           ^~~~
/in/foo.cc:209:6: warning: 'ansl.jyh::big' may be used uninitialized in this function [-Wmaybe-uninitialized]
  jyh ansl,ansr;
      ^~~~
# 状态 耗时 内存占用
#1 Wrong Answer 12ms 24.25 MiB
#2 Wrong Answer 9ms 22.328 MiB
#3 Wrong Answer 12ms 24.25 MiB
#4 Wrong Answer 163ms 33.125 MiB
#5 Wrong Answer 161ms 34.527 MiB
#6 Wrong Answer 193ms 34.125 MiB
#7 Wrong Answer 175ms 36.051 MiB
#8 Wrong Answer 318ms 42.469 MiB
#9 Wrong Answer 318ms 44.547 MiB
#10 Wrong Answer 302ms 42.5 MiB

信息

递交者
类型
递交
题目
P1620 小白逛公园加强版
语言
C++
递交时间
2017-12-27 21:34:52
评测时间
2017-12-27 21:34:52
评测机
分数
0
总耗时
1666ms
峰值内存
44.547 MiB