Compile Error
/in/foo.cc: In function 'std::string dateToString(const Date&)':
/in/foo.cc:35:11: error: 'setw' was not declared in this scope; did you mean 'getw'?
   35 |     ss << setw(2) << setfill('0') << date.month << "/"
      |           ^~~~
      |           getw
/in/foo.cc:35:22: error: 'setfill' was not declared in this scope
   35 |     ss << setw(2) << setfill('0') << date.month << "/"
      |                      ^~~~~~~
  信息
- 递交者
- 类型
- 递交
- 题目
- P1045 按日期排序
- 语言
- C++
- 递交时间
- 2025-04-13 10:01:55
- 评测时间
- 2025-04-13 10:01:55
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes