Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:11:3: error: 'vectoe' was not declared in this scope 11 | vectoe<int> re; | ^~~~~~ /in/foo.cc:11:10: error: expected primary-expression before 'int' 11 | vectoe<int> re; | ^~~ /in/foo.cc:20:4: error: 're' was not declared in this scope 20 | re.push_back(m); | ^~ /in/foo.cc:22:8: error: 're' was not declared in this scope 22 | sort(re.begin(),re.end()); | ^~
信息
- 递交者
- 类型
- 自测
- 题目
- P1038 平方和排序
- 语言
- C++
- 递交时间
- 2025-03-28 22:25:33
- 评测时间
- 2025-03-28 22:25:33
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes