QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#45038#4561. Catfish FarmZhangYiDeCompile Error//C++17134b2022-08-22 12:48:502022-08-22 12:49:01

詳細信息

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){