QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#270636 | #6856. Easy problem I | MaMengQi | Compile Error | / | / | C++23 | 5.6kb | 2023-12-01 10:47:36 | 2023-12-01 10:47:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:23:7: error: conflicting declaration ‘using uint = long long unsigned int’ 23 | using uint = unsigned int; | ^~~~ In file included from /usr/include/stdlib.h:394, from /usr/include/c++/11/bits/std_abs.h:38, from /usr/include/c++/11/cmath:47, from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:41, from answer.code:6: /usr/include/x86_64-linux-gnu/sys/types.h:150:22: note: previous declaration as ‘typedef unsigned int uint’ 150 | typedef unsigned int uint; | ^~~~