QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#838645 | #9909. 阿尔塔尔 2 | lmh_qwq | Compile Error | / | / | C++14 | 319b | 2024-12-31 17:11:03 | 2024-12-31 17:11:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code:2:1: error: ‘vector’ does not name a type 2 | vector<int> a,b; | ^~~~~~ answer.code: In function ‘int altar(int)’: answer.code:4:9: error: ‘a’ was not declared in this scope 4 | a.clear(); | ^ answer.code:8:17: error: ‘b’ was not declared in this scope 8 | b.clear(); | ^