QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#488153 | #8726. Magic Show | Adorable | Compile Error | / | / | C++23 | 1.4kb | 2024-07-23 17:11:00 | 2024-07-23 17:11:00 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Alice.code: In function ‘std::vector<std::pair<int, int> > Alice()’: Alice.code:15:29: error: ‘n’ was not declared in this scope 15 | for (int i = 1; i < n; ++i) | ^ Alice.code:18:29: error: ‘n’ was not declared in this scope 18 | for (int i = 1; i < n; ++i) | ^