Compile Error
/in/foo.cc: In function 'bool compareDates(const string&, const string&)': /in/foo.cc:12:5: error: 'sscanf_s' was not declared in this scope; did you mean 'sscanf'? 12 | sscanf_s(date1.c_str(), "%d/%d/%d", &month1, &day1, &year1); | ^~~~~~~~ | sscanf
信息
- 递交者
- 类型
- 递交
- 题目
- P1045 按日期排序
- 语言
- C++
- 递交时间
- 2025-04-12 15:10:57
- 评测时间
- 2025-04-12 15:10:57
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes