QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#556495#7758. PainterHuangHanShengWA 0ms3564kbC++231.7kb2024-09-10 18:55:542024-09-10 18:55:54

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3564kb

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 1st lines differ - expected: '.....*.....', found: '. . . . . * . . . . .'