QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#256901 | #7626. Quake and Rebuild | ucup-team456# | Compile Error | / | / | C++20 | 7.9kb | 2023-11-18 22:52:12 | 2023-11-18 22:52:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:246:31: error: ‘sqrt’ was not declared in this scope 246 | seg_count = max(1, (int) (sqrt(n) / 3)); | ^~~~