QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#501667 | #9156. 百万富翁 | zzzcr | Compile Error | / | / | C++14 | 1.5kb | 2024-08-02 21:46:08 | 2024-08-02 21:46:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘std::vector<int> doit()’: answer.code:21:35: error: ‘class std::vector<int>’ has no member named ‘pb’ 21 | x.pb(i), y.pb(j); | ^~ answer.code:21:44: error: ‘class std::vector<int>’ has no member named ‘pb’ 21 | x.pb(i), y.pb(j); | ^~