/ Vijos /

记录详情

Compile Error

/in/foo.cc:24:21: error: 'println' function uses 'auto' type specifier without trailing return type
 static auto println() {
                     ^
/in/foo.cc:24:21: note: deduced return type only available with -std=c++14 or -std=gnu++14
/in/foo.cc: In function 'auto println()':
/in/foo.cc:25:8: error: expected '(' before 'constexpr'
     if constexpr (format[0]=='%') {
        ^~~~~~~~~
/in/foo.cc:133:1: error: expected '}' at end of input
 }
 ^

信息

递交者
类型
自测
题目
P1000 A+B Problem
语言
C++
递交时间
2018-10-10 22:26:32
评测时间
2018-10-10 22:26:32
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes