QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#170817 | #7184. Transport Pluses | ucup-team1588# | Compile Error | / | / | C++14 | 3.2kb | 2023-09-09 16:01:39 | 2023-09-09 16:02:45 |
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:68:22: error: ‘setprecision’ was not declared in this scope 68 | cout << fixed << setprecision(4); | ^~~~~~~~~~~~