Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:7:2: error: 'coutx' was not declared in this scope
  coutx+y<<end1;
  ^~~~~
/in/foo.cc:7:11: error: 'end1' was not declared in this scope
  coutx+y<<end1;
           ^~~~
/in/foo.cc:7:11: note: suggested alternative: 'enum'
  coutx+y<<end1;
           ^~~~
           enum
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1000 A+B Problem
 - 语言
 - C++
 - 递交时间
 - 2018-12-11 17:29:16
 - 评测时间
 - 2018-12-11 19:09:20
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 1125ms
 - 峰值内存
 - 132.562 MiB