/ AOCode /

记录详情

Compile Error

/in/foo.cc:75:33: error: 'operator[]' function uses 'auto' type specifier without trailing return type
    auto& operator[] (const int i) {
                                 ^
/in/foo.cc:75:33: note: deduced return type only available with -std=c++14 or -std=gnu++14
/in/foo.cc:78:41: error: 'operator[]' function uses 'auto' type specifier without trailing return type
    const auto& operator[] (const int i) const {
                                         ^~~~~
/in/foo.cc:78:41: note: deduced return type only available with -std=c++14 or -std=gnu++14

信息

递交者
类型
递交
题目
P1024 Mission 2 - B1 : The Ques of the Guards 2 (EASY)
语言
C++
递交时间
2021-11-05 19:13:11
评测时间
2021-11-05 20:01:23
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes