Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:78:10: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17'
78 | auto [cy, cm, cd] = parseDate(currentDate);
| ^
/in/foo.cc:89:14: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17'
89 | auto [by, bm, bd] = parseDate(baseDate);
| ^
/in/foo.cc:101:14: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17'
101 | auto [y, m, d] = daysToDate(day);
| ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1132 整理日期
- 语言
- C++
- 递交时间
- 2025-09-18 15:50:08
- 评测时间
- 2025-09-18 15:50:08
- 评测机
- 分数
- 0
- 总耗时
- 6ms
- 峰值内存
- 2.457 MiB