提出 #52878940


ソースコード 拡げる

A = list(map(int,input().split()))
B = list(map(int,input().split()))

a_point = sum(A)
b_point = sum(B)

diff = a_point - b_point

print(diff+1)

提出情報

提出日時
問題 A - The bottom of the ninth
ユーザ Sirocco110
言語 Python (PyPy 3.10-v7.3.12)
得点 100
コード長 153 Byte
結果 AC
実行時間 65 ms
メモリ 76776 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 2
AC × 12
セット名 テストケース
Sample example_00.txt, example_01.txt
All example_00.txt, example_01.txt, hand_00.txt, hand_01.txt, hand_02.txt, random_00.txt, random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, random_06.txt
ケース名 結果 実行時間 メモリ
example_00.txt AC 62 ms 76344 KiB
example_01.txt AC 61 ms 76776 KiB
hand_00.txt AC 62 ms 76380 KiB
hand_01.txt AC 63 ms 76504 KiB
hand_02.txt AC 63 ms 76516 KiB
random_00.txt AC 64 ms 76500 KiB
random_01.txt AC 65 ms 76500 KiB
random_02.txt AC 64 ms 76648 KiB
random_03.txt AC 64 ms 76444 KiB
random_04.txt AC 64 ms 76312 KiB
random_05.txt AC 63 ms 76548 KiB
random_06.txt AC 64 ms 76512 KiB