QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#524825 | #800. Triangles | egypt_ioi2024_02# | Compile Error | / | / | C++23 | 477b | 2024-08-20 08:43:06 | 2024-08-20 08:43:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:8:17: error: ‘get_n’ was not declared in this scope 8 | int n = get_n(); | ^~~~~ answer.code:16:39: error: ‘is_clockwise’ was not declared in this scope 16 | ok &= is_clockwise(i, j, k); | ^~~~~~~~~~~~ answer.code:21:9: error: ‘give_answer’ was not declared in this scope 21 | give_answer(cnt); | ^~~~~~~~~~~