记录详情

Compile Error

/in/foo.cc:12:27: error: 'Edge' does not name a type
     bool operator <(const Edge& W) const {
                           ^~~~
/in/foo.cc: In member function 'bool pp::operator<(const int&) const':
/in/foo.cc:13:22: error: request for member 'w' in 'W', which is of non-class type 'const int'
         return w < W.w ;
                      ^
/in/foo.cc: At global scope:
/in/foo.cc:20:10: error: '::main' must return 'int'
 int main(){
          ^

信息

递交者
类型
递交
题目
连接格点
语言
C++
递交时间
2024-06-06 12:56:55
评测时间
2024-06-06 12:56:55
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes