QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#44986#4561. Catfish FarmHuangHanShengCompile Error//C++141.2kb2022-08-22 12:12:532022-08-22 12:12:55

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