QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#300792 | #7758. Painter | MaMengQi | WA | 1ms | 3444kb | C++20 | 1.1kb | 2024-01-08 20:07:21 | 2024-01-08 20:07:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 1ms
memory: 3444kb
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: '. . . . . * . . . . . '