QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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){