/ Vijos /

记录详情

Compile Error

foo.cc: In function 'std::pair<int, int> handle(int, int)':
foo.cc:6:18: error: missing template arguments before '(' token
  return std::pair(x < 0 ? 0 : x, y < 0 ? 0 : y);
                  ^
foo.cc: In function 'int main()':
foo.cc:22:8: warning: decomposition declaration only available with -std=c++1z or -std=gnu++1z
   auto [posX, posY] = handle(m + dx[i], n + dy[i]);
        ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1121 马拦过河卒
语言
C++
递交时间
2021-11-10 21:07:42
评测时间
2021-11-10 21:07:42
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes