QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#647626#8110. Additionrotcar07WA 10ms10504kbPython3210b2024-10-17 14:59:412024-10-17 14:59:43

Judging History

你现在查看的是最新测评结果

  • [2024-10-17 14:59:43]
  • 评测
  • 测评结果:WA
  • 用时:10ms
  • 内存:10504kb
  • [2024-10-17 14:59:41]
  • 提交

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