Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:24:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(auto item:a)
     ^~~
/in/foo.cc:26:8: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
        cout<<j<<endl;
        ^~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1004 元素合并
 - 语言
 - C++
 - 递交时间
 - 2019-07-09 16:38:58
 - 评测时间
 - 2019-07-13 15:23:27
 - 评测机
 
- 分数
 - 90
 - 总耗时
 - 767ms
 - 峰值内存
 - 6.938 MiB