QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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(); | ^