QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#175065 | #7109. Traveling on the Axis | ucup-team1452# | Compile Error | / | / | C++14 | 1.6kb | 2023-09-10 15:59:24 | 2023-09-10 15:59:24 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void solve()’: answer.code:37:12: error: missing template arguments before ‘f’ 37 | vector f(n + 1,vector(2, 0ll)); | ^ answer.code:42:9: error: ‘f’ was not declared in this scope 42 | f[x][0]++; | ^