QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#877959 | #8590. Problem Setter | MaMengQi | Compile Error | / | / | C++20 | 2.1kb | 2025-02-01 12:35:19 | 2025-02-01 12:35:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:41:17: error: ‘atcoder’ is not a namespace-name 41 | using namespace atcoder; | ^~~~~~~ answer.code:43:14: error: ‘modint998244353’ does not name a type 43 | using mint = modint998244353; | ^~~~~~~~~~~~~~~ answer.code:45:19: error: ‘mint’ was not declared in this scope; did you mean ‘uint’? 45 | using vm = vector<mint>; | ^~~~ | uint answer.code:45:23: error: template argument 1 is invalid 45 | using vm = vector<mint>; | ^ answer.code:45:23: error: template argument 2 is invalid answer.code:46:20: error: ‘vm’ was not declared in this scope; did you mean ‘vl’? 46 | using vvm = vector<vm>; | ^~ | vl answer.code:46:22: error: template argument 1 is invalid 46 | using vvm = vector<vm>; | ^ answer.code:46:22: error: template argument 2 is invalid answer.code:47:21: error: ‘vvm’ was not declared in this scope; did you mean ‘vvl’? 47 | using vvvm = vector<vvm>; | ^~~ | vvl answer.code:47:24: error: template argument 1 is invalid 47 | using vvvm = vector<vvm>; | ^ answer.code:47:24: error: template argument 2 is invalid