QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#371256 | #8505. Almost Aligned | ucup-team3215 | Compile Error | / | / | C++20 | 1.7kb | 2024-03-30 03:22:03 | 2024-03-30 03:22:05 |
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:41:18: warning: division by zero [-Wdiv-by-zero] 41 | auto ans = 0.L / 0; | ~~~~^~~ answer.code:54:3: error: ‘else’ without a previous ‘if’ 54 | else cout << fixed << ans; | ^~~~