Compile Error
/in/foo.cc:7:11: error: stray '\357' in program int y,m,d; ^ /in/foo.cc:7:12: error: stray '\274' in program int y,m,d; ^ /in/foo.cc:7:13: error: stray '\233' in program int y,m,d; ^ /in/foo.cc: In function 'int main()': /in/foo.cc:8:5: error: expected initializer before 'cin' cin>>y>>m>>d; ^~~ /in/foo.cc:11:9: error: 'd' was not declared in this scope d++; ^ /in/foo.cc:32:24: error: 'd' was not declared in this scope cout<<y<<'-'<<m<<'-'<<d; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1211 生日日数
- 语言
- C++
- 递交时间
- 2020-04-19 17:53:15
- 评测时间
- 2020-04-19 17:53:15
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes