/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'constexpr int Contor(const Matrix&)':
/in/foo.cc:19:1: error: body of constexpr function 'constexpr int Contor(const Matrix&)' not a return-statement
 }
 ^
/in/foo.cc: In function 'constexpr Matrix inv_cantor(int, int)':
/in/foo.cc:46:1: error: body of constexpr function 'constexpr Matrix inv_cantor(int, int)' not a return-statement
 }
 ^
/in/foo.cc: At global scope:
/in/foo.cc:49:20: error: 'bfs' function uses 'auto' type specifier without trailing return type
 constexpr auto bfs() {
                    ^
/in/foo.cc:49:20: note: deduced return type only available with -std=c++14 or -std=gnu++14
/in/foo.cc: In function 'constexpr auto bfs()':
/in/foo.cc:78:1: error: body of constexpr function 'constexpr auto bfs()' not a return-statement
 }
 ^

信息

递交者
类型
递交
题目
P1029 晴天小猪历险记之Number
语言
C++
递交时间
2021-12-28 19:03:37
评测时间
2021-12-28 19:03:37
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes