QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#260465 | #7758. Painter | ucup-team1289 | Compile Error | / | / | C++20 | 405b | 2023-11-22 10:44:45 | 2023-11-22 10:44:46 |
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:11:9: error: ‘d’ was not declared in this scope 11 | d = d / 2 + x; | ^