编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#25166 | #2050. 搭配对决 | Compile Error | 0 | 0 ms | 0 K | C++ / 1.5 K | 192024211802 | 2024-12-21 18:05:54 |
using namespace std;
int
编译信息
/sandbox/1/a.cpp: In function 'int main()':
/sandbox/1/a.cpp:16:22: error: '>>' should be '> >' within a nested template argument list
16 | vector<vector<int>>arr1;
| ^~
| > >
/sandbox/1/a.cpp:28:22: error: '>>' should be '> >' within a nested template argument list
28 | vector<vector<int>>arr2;
| ^~
| > >