Compile Error
foo.cc: In function 'int main()': foo.cc:7:2: error: expected ',' or ';' before 'cin' 7 | cin>>y>>m>>d; | ^~~ foo.cc:8:28: error: incompatible types in assignment of 'int' to 'int [13]' 8 | for(int i=1;i<m;i++)a+=a[i] | ^ foo.cc:10:11: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 10 | if(y%4==0&&y%100!=0||y%400==0) | ~~~~~~^~~~~~~~~~ foo.cc:11:11: error: lvalue required as increment operand 11 | if(m>2)a++; | ^~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- 5-6 过去了多少天
- 比赛
- 2022暑期青少年社团(入门赛)
- 语言
- C++
- 递交时间
- 2022-07-28 21:35:17
- 评测时间
- 2022-07-28 21:35:17
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes