QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#273714 | #7877. Balanced Array | ucup-team2725# | Compile Error | / | / | C++20 | 2.1kb | 2023-12-03 03:29:25 | 2023-12-03 03:29:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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; | ^~~