QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#647626 | #8110. Addition | rotcar07 | WA | 10ms | 10504kb | Python3 | 210b | 2024-10-17 14:59:41 | 2024-10-17 14:59:43 |
Judging History
answer
print('''22
^010 1^00
^000 0^00
^100 0^10
^110 1^10
^011 1^01
^001 0^01
^101 0^11
^111 1^11
^00 ^0
^01 ^1
^10 ^1
^11 #^0
0# 1
1# #0
+# +^1
0+ +^0
1+ +^1
+^ -^
-^0 0-
-^1 1-
1- 1
0- 0
''')
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 6ms
memory: 10504kb
input:
1
output:
22 ^010 1^00 ^000 0^00 ^100 0^10 ^110 1^10 ^011 1^01 ^001 0^01 ^101 0^11 ^111 1^11 ^00 ^0 ^01 ^1 ^10 ^1 ^11 #^0 0# 1 1# #0 +# +^1 0+ +^0 1+ +^1 +^ -^ -^0 0- -^1 1- 1- 1 0- 0
result:
ok OK!
Test #2:
score: 0
Accepted
time: 7ms
memory: 10396kb
input:
2
output:
22 ^010 1^00 ^000 0^00 ^100 0^10 ^110 1^10 ^011 1^01 ^001 0^01 ^101 0^11 ^111 1^11 ^00 ^0 ^01 ^1 ^10 ^1 ^11 #^0 0# 1 1# #0 +# +^1 0+ +^0 1+ +^1 +^ -^ -^0 0- -^1 1- 1- 1 0- 0
result:
ok OK!
Test #3:
score: -100
Wrong Answer
time: 10ms
memory: 10484kb
input:
3
output:
22 ^010 1^00 ^000 0^00 ^100 0^10 ^110 1^10 ^011 1^01 ^001 0^01 ^101 0^11 ^111 1^11 ^00 ^0 ^01 ^1 ^10 ^1 ^11 #^0 0# 1 1# #0 +# +^1 0+ +^0 1+ +^1 +^ -^ -^0 0- -^1 1- 1- 1 0- 0
result:
wrong answer Zla odpowiedz. Oczekiwano 10, a wczytano +1^0