/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int build(int)':
/in/foo.cc:17:7: warning: unused variable 'c' [-Wunused-variable]
   int c=a[y][i];
       ^
/in/foo.cc:23:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int move(int, int)':
/in/foo.cc:28:7: warning: unused variable 'c' [-Wunused-variable]
   int c=f[x][i];
       ^
/in/foo.cc: In function 'int add(int, int)':
/in/foo.cc:46:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int move(int, int)':
/in/foo.cc:41:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Runtime Error 7ms 11.695 MiB

信息

递交者
类型
自测
题目
P1000 A+B Problem
语言
C++
递交时间
2019-06-24 18:37:59
评测时间
2019-06-24 18:37:59
评测机
分数
0
总耗时
7ms
峰值内存
11.695 MiB