QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#628501 | #7758. Painter | ucup-team2513# | WA | 0ms | 3588kb | C++23 | 2.2kb | 2024-10-10 20:37:11 | 2024-10-10 20:37:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3588kb
input:
7 Circle 0 0 5 * Circle -2 2 1 @ Circle 2 2 1 @ Rectangle 0 -1 0 0 ^ Rectangle -2 -2 2 -2 _ Render -5 -5 5 5 Render -1 0 1 2
output:
Circle Circle Circle Rectangle Rectangle Render Render >>>>>>>>> 00500* -22100@ 22100@ 0-1001^ -2-22-21_ .....*..... ..*******.. .**@***@**. .*@@@*@@@*. .**@***@**. *****^***** .****^****. .**_____**. .*********. ..*******.. .....*..... @*@ *** *^*
result:
wrong answer 1st lines differ - expected: '.....*.....', found: 'Circle'