QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#256326 | #7758. Painter | ucup-team2233 | Compile Error | / | / | C++17 | 2.2kb | 2023-11-18 18:33:31 | 2023-11-18 18:33:31 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:9:1: error: ‘i64’ does not name a type 9 | i64 operator*(pii a, pii b) { | ^~~ answer.code:12:1: error: ‘i64’ does not name a type 12 | i64 dis2(pii a, pii b) { | ^~~ answer.code: In member function ‘virtual bool Circle::Inside(pii)’: answer.code:29:16: error: ‘dis2’ was not declared in this scope 29 | return dis2(p1, p) <= 1ll * r * r; | ^~~~