QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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; | ^~~