QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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); | ^~~~~~~~~~~