记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:5: error: '\U0000ff09' was not declared in this scope
    9 |     )
      |     ^~
/in/foo.cc:14:23: error: 'daysInMonth' was not declared in this scope
   14 |         dayOfYear1 += daysInMonth[i];
      |                       ^~~~~~~~~~~
/in/foo.cc:19:23: error: 'daysInMonth' was not declared in this scope
   19 |         dayOfYear2 += daysInMonth[i];
      |                       ^~~~~~~~~~~

信息

递交者
类型
递交
题目
P1083 xf1-6计算日期
比赛
2025程序设计与竞赛作业赛第一场(整装出发)
语言
C++
递交时间
2025-09-27 19:40:29
评测时间
2025-10-03 02:12:31
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes