QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#69408 | #2842. 好图计数 | ZhangYiDe | Compile Error | / | / | C++20 | 1.5kb | 2022-12-27 14:59:22 | 2022-12-27 14:59:25 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:8:11: error: ‘vector’ does not name a type 8 | #define V vector | ^~~~~~ answer.code:19:9: note: in expansion of macro ‘V’ 19 | typedef V<int> vi; | ^