Compile Error
/in/foo.cc:18:15: error: redeclaration of 'int cp::cla1' int cla1,cla1,num; ^ /in/foo.cc:18:6: note: previous declaration 'int cp::cla1' int cla1,cla1,num; ^~~~ /in/foo.cc: In function 'int main()': /in/foo.cc:28:33: error: 'struct cp' has no member named 'cla2'; did you mean 'cla1'? scanf("%d%d",&e[i].cla1,&e[i].cla2); ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1008 篝火晚会
- 语言
- C++
- 递交时间
- 2017-11-05 15:29:55
- 评测时间
- 2017-11-05 15:29:55
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes