QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#815809 | #9183. Bouquet | MaMengQi | Compile Error | / | / | C++17 | 178b | 2024-12-15 17:21:23 | 2024-12-15 17:21:24 |
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:8:24: error: ‘i’ was not declared in this scope 8 | cout<<(n-1)/(l[i]+1)+1; | ^