QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#307113 | #7779. Swiss Stage | ucup-team1565# | Compile Error | / | / | C++20 | 4.4kb | 2024-01-17 23:19:08 | 2024-01-17 23:19:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘std::vector<Rect> gen_pos(long long int, long long int)’: answer.code:79:27: error: ‘x’ was not declared in this scope 79 | add_rect(ans, Rect(0, x, Ymax - Y, Ymax)); | ^ answer.code: In function ‘void solve()’: answer.code:161:12: error: ‘X’ was not declared in this scope 161 | cin >> X >> Y; | ^ answer.code:161:17: error: ‘Y’ was not declared in this scope 161 | cin >> X >> Y; | ^