QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#187791 | #2354. Ook | new_dawn_2# | Compile Error | / | / | C++17 | 4.5kb | 2023-09-24 22:36:01 | 2023-09-24 22:36:02 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:23:13: error: conflicting declaration ‘typedef int LL’ 23 | typedef int LL; const double PI=acos(-1.0L); | ^~ answer.code:5:19: note: previous declaration as ‘typedef long long int LL’ 5 | typedef long long LL; | ^~