记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:138:21: error: redeclaration of 'int m'
  138 |         int y,m,d,h,m,s,second;
      |                     ^
/in/foo.cc:138:15: note: 'int m' previously declared here
  138 |         int y,m,d,h,m,s,second;
      |               ^
/in/foo.cc:141:18: error: conflicting declaration 'DateTime d'
  141 |         DateTime d(y,m,d,h,m,s);
      |                  ^
/in/foo.cc:138:17: note: previous declaration as 'int d'
  138 |         int y,m,d,h,m,s,second;
      |                 ^
/in/foo.cc:142:9: error: 't' was not declared in this scope
  142 |         t.Add(second);
      |         ^

信息

递交者
类型
自测
题目
P1007 OO1-5 日期时间类DateTime
语言
C++
递交时间
2025-03-14 19:32:13
评测时间
2025-03-14 19:32:13
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes