Compile Error

foo.cc: In function 'int main()':
foo.cc:18:19: error: 'D' was not declared in this scope
   18 |  cin >> n >> m >> D;
      |                   ^
foo.cc:21:43: error: invalid types 'int[int]' for array subscript
   21 |  for(int i = 0; i < m - 1; i++) sum += d[i];
      |                                           ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1073 闰年、年天数、月天数-函数
语言
C++
递交时间
2022-07-17 13:22:43
评测时间
2022-07-17 13:22:43
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes