QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#555915 | #2463. Square Rooms | ucup-team1005# | WA | 70ms | 73832kb | C++20 | 3.8kb | 2024-09-10 12:25:52 | 2024-09-10 12:25:53 |
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: 100
Accepted
time: 17ms
memory: 67052kb
input:
13 14 .............. .............. .............. .............. ....$......... #...#......... $...$......... #..$#......... .............$ .............. .............$ ...........$.. ....$...$###.$
output:
AAAAABBBBBBBBB AAAAABBBBBBBBB AAAAABBBBBBBBB AAAAABBBBBBBBB AAAAABBBBBBBBB #CCC#BBBBBBBBB DCCCEBBBBBBBBB #CCC#BBBBBBBBB FFFFFBBBBBBBBB FFFFFGGGGHHHII FFFFFGGGGHHHII FFFFFGGGGHHHJJ FFFFFGGGG###JJ
result:
ok 13 lines
Test #2:
score: 0
Accepted
time: 14ms
memory: 67136kb
input:
50 50 $................................................$ .................................................. .................................................. .................................................. .................................................. ..........................................
output:
elgnatcer
result:
ok single line: 'elgnatcer'
Test #3:
score: 0
Accepted
time: 8ms
memory: 68112kb
input:
50 50 #################################################$ ################################################## ################################################## #######$#########$################################ ################################################## ############$##$##########$$$##########...
output:
#################################################A ################################################## ################################################## #######B#########C################################ ################################################## ############D##E##########FGH################...
result:
ok 50 lines
Test #4:
score: 0
Accepted
time: 14ms
memory: 67008kb
input:
11 15 $......$......$ ............... ............... ............... .........$..... .......$....... .....$......... ............... ......$........ ............... $.............$
output:
AAAAAABBBBCCCCC AAAAAABBBBCCCCC AAAAAABBBBCCCCC AAAAAABBBBCCCCC AAAAAADDDECCCCC AAAAAADDDFFFFFF GGGGGHDDDFFFFFF GGGGGIIIIFFFFFF GGGGGIIIIFFFFFF GGGGGIIIIFFFFFF GGGGGIIIIFFFFFF
result:
ok 11 lines
Test #5:
score: 0
Accepted
time: 16ms
memory: 67248kb
input:
36 40 $.......................$..............$ ........................................ ........................................ ........................................ ........................................ ........................................ ........................................ ..........
output:
AAAAAAAAAAAAAAAAAAABBBBBBBBBBCCCCCCCCCCC AAAAAAAAAAAAAAAAAAABBBBBBBBBBCCCCCCCCCCC AAAAAAAAAAAAAAAAAAABBBBBBBBBBCCCCCCCCCCC AAAAAAAAAAAAAAAAAAABBBBBBBBBBCCCCCCCCCCC AAAAAAAAAAAAAAAAAAABBBBBBBBBBCCCCCCCCCCC AAAAAAAAAAAAAAAAAAABBBBBBBBBBCCCCCCCCCCC AAAAAAAAAAAAAAAAAAABBBBBBBBBBCCCCCCCCCCC AAAAAAAAAAAAA...
result:
ok 36 lines
Test #6:
score: -100
Wrong Answer
time: 70ms
memory: 73832kb
input:
56 37 ##$....#$............$$........##$### ..$...$#..............$.$..........#$ .$#....#..............#.............$ $$$....#..............$.............. $......#..........................$.$ .......#............$..........#..... .......$.......................#.$.## .......#.......................
output:
elgnatcer
result:
wrong answer 1st lines differ - expected: '##ABBBB#CCCCCCCCCCDDDDEFFFFFFFF##G###', found: 'elgnatcer'