记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:13:9: error: inconsistent deduction for 'auto': 'int*' and then 'int'
   13 |     for(auto p=A->data(), *e=p+A->size(); p<e; ++p)
      |         ^~~~

信息

递交者
类型
自测
题目
P1049 OO11-1 vector<int>中的查找删除
语言
C++
递交时间
2025-05-10 14:02:56
评测时间
2025-05-10 14:02:56
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes