/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int read()':
/in/foo.cc:6:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while((c=getchar())>'9'||c<'0')if(c=='-')w=-1;int ans=c-'0';
  ^~~~~
/in/foo.cc:6:48: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
  while((c=getchar())>'9'||c<'0')if(c=='-')w=-1;int ans=c-'0';
                                                ^~~
/in/foo.cc: In function 'void swapp(int*, int)':
/in/foo.cc:44:6: warning: unused variable 'tsize' [-Wunused-variable]
  int tsize=0;
      ^~~~~
/in/foo.cc: In function 'void delet(int*, int)':
/in/foo.cc:73:6: warning: unused variable 'tsize' [-Wunused-variable]
  int tsize=0;
      ^~~~~
/in/foo.cc: In function 'void Add(int*, int)':
/in/foo.cc:95:6: warning: unused variable 'tsize' [-Wunused-variable]
  int tsize=0;
      ^~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 2.211 MiB
#2 Accepted 2ms 4.223 MiB
#3 Wrong Answer 2ms 2.258 MiB
#4 Wrong Answer 2ms 2.223 MiB
#5 Wrong Answer 3ms 6.305 MiB
#6 Accepted 2ms 2.34 MiB
#7 Wrong Answer 5ms 4.641 MiB
#8 Runtime Error 6ms 3.391 MiB
#9 Runtime Error 6ms 3.406 MiB
#10 Wrong Answer 3ms 4.34 MiB

信息

递交者
类型
递交
题目
P1422 教主的难题
语言
C++
递交时间
2020-08-21 18:37:12
评测时间
2020-08-21 18:37:12
评测机
分数
30
总耗时
37ms
峰值内存
6.305 MiB