Accepted
/in/foo.cc: In function 'int add_edge(int, int)': /in/foo.cc:5:71: warning: no return statement in function returning non-void [-Wreturn-type] inline int add_edge(int u,int v) { e[++tot]=(edge){h[u],v}; h[u]=tot; } ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1605 双栈排序
- 语言
- C++
- 递交时间
- 2018-12-16 09:03:58
- 评测时间
- 2018-12-16 09:04:08
- 评测机
- 分数
- 100
- 总耗时
- 17ms
- 峰值内存
- 324.0 KiB