QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#660977#7758. Painterucup-team3232#WA 1ms3748kbC++141.0kb2024-10-20 14:09:082024-10-20 14:09:09

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3748kb

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:

.....*.....
..*******..
.**@***@**.
.*@@@*@@@*.
.**@***@**.
*****^*****
.****^****.
.**_******.
.*********.
..*******..
.....*.....
@*@
***
*^*

result:

wrong answer 8th lines differ - expected: '.**_____**.', found: '.**_******.'