QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#258441#7758. Painterucup-team1565#WA 1ms3412kbC++202.8kb2023-11-19 18:07:512023-11-19 18:07:53

詳細信息

Test #1:

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

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: ''