/ OPS /

记录详情

Compile Error

/in/foo.cc: In function 'Date parseDate(const string&)':
/in/foo.cc:55:18: error: 'sscanf_s' was not declared in this scope; did you mean 'sscanf'?
   55 |     int result = sscanf_s(dateStr.c_str(), "%d/%d/%d", &day, &month, &year);
      |                  ^~~~~~~~
      |                  sscanf

信息

递交者
类型
递交
题目
P1355 日期排序计算
语言
C++
递交时间
2025-03-28 17:12:39
评测时间
2025-03-28 17:12:39
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes