QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#273714#7877. Balanced Arrayucup-team2725#Compile Error//C++202.1kb2023-12-03 03:29:252023-12-03 03:29:26

Details

answer.code:39:18: error: conflicting declaration ‘typedef uint64_t ull’
   39 | typedef uint64_t ull;
      |                  ^~~
answer.code:6:7: note: previous declaration as ‘using ull = long long unsigned int’
    6 | using ull = unsigned long long;
      |       ^~~