QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#44986 | #4561. Catfish Farm | HuangHanSheng | Compile Error | / | / | C++14 | 1.2kb | 2022-08-22 12:12:53 | 2022-08-22 12:12:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:32:1: error: ‘int64’ does not name a type; did you mean ‘int64_t’? 32 | int64 max_weights(int N, int M, int X[], int Y[], int W[]){ | ^~~~~ | int64_t