/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int build(int)':
/in/foo.cc:18:7: warning: unused variable 'c' [-Wunused-variable]
   int c=a[y][i];
       ^
/in/foo.cc:24:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int move(int, int)':
/in/foo.cc:29:7: warning: unused variable 'c' [-Wunused-variable]
   int c=f[x][i];
       ^
/in/foo.cc: In function 'int add(int, int)':
/in/foo.cc:47:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int move(int, int)':
/in/foo.cc:42:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 10ms 12.445 MiB

信息

递交者
类型
自测
题目
P1000 A+B Problem
语言
C++
递交时间
2019-06-25 17:46:39
评测时间
2019-06-25 17:46:39
评测机
分数
10
总耗时
10ms
峰值内存
12.445 MiB