QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#45038 | #4561. Catfish Farm | ZhangYiDe | Compile Error | / | / | C++17 | 134b | 2022-08-22 12:48:50 | 2022-08-22 12:49:01 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:1:1: error: ‘int64_t’ does not name a type 1 | int64_t max_weights(int N, int M, vector<int> X, vector<int> Y, vector<int> W){ | ^~~~~~~ answer.code:1:1: note: ‘int64_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’? +++ |+#include <cstdint> 1 | int64_t max_weights(int N, int M, vector<int> X, vector<int> Y, vector<int> W){