提出 #52839950


ソースコード 拡げる

a=list(map(int,input().split()))
b=list(map(int,input().split()))
aa=0
bb=0
for item in a:
  aa+=item
for item in b:
  bb+=item
print(aa-bb+1)

提出情報

提出日時
問題 A - The bottom of the ninth
ユーザ mode
言語 Python (CPython 3.11.4)
得点 100
コード長 150 Byte
結果 AC
実行時間 11 ms
メモリ 8700 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 10 ms 8384 KiB
example_01.txt AC 10 ms 8448 KiB
hand_00.txt AC 10 ms 8532 KiB
hand_01.txt AC 10 ms 8572 KiB
hand_02.txt AC 10 ms 8436 KiB
random_00.txt AC 10 ms 8444 KiB
random_01.txt AC 10 ms 8496 KiB
random_02.txt AC 10 ms 8700 KiB
random_03.txt AC 10 ms 8552 KiB
random_04.txt AC 10 ms 8532 KiB
random_05.txt AC 11 ms 8420 KiB
random_06.txt AC 11 ms 8412 KiB