QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#606305 | #9434. Italian Cuisine | whattheheck | Compile Error | / | / | C++14 | 1.8kb | 2024-10-03 00:53:51 | 2024-10-03 00:53:51 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void Solve()’: answer.code:67:17: error: ‘icur’ was not declared in this scope; did you mean ‘cur’? 67 | icur -= abs(cross(a[i], a[i + 1]) + cross(a[i + 1], a[j]) + cross(a[j], a[i])); | ^~~~ | cur