/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int dcmp(double, double)':
/in/foo.cc:27:55: error: a function-definition is not allowed here before '{' token
 void _addEdge(int begin, int end, flow_t c, cost_t w) {
                                                       ^
/in/foo.cc:35:72: error: a function-definition is not allowed here before '{' token
 void addEdge(int begin, int end, flow_t c, int edgeType, cost_t w = 1) {
                                                                        ^
/in/foo.cc:40:13: error: a function-definition is not allowed here before '{' token
 void init() {
             ^
/in/foo.cc:45:18: error: a function-definition is not allowed here before '{' token
 bool markLevel() {
                  ^
/in/foo.cc:86:1: error: expected '}' at end of input
 }
 ^

信息

递交者
类型
自测
题目
P2016 新生舞会
语言
C++
递交时间
2017-11-29 20:30:46
评测时间
2017-11-29 20:30:46
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes