結果

問題 No.920 あかあお
ユーザー convexineqconvexineq
提出日時 2021-02-13 20:42:57
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 39 bytes
コンパイル時間 324 ms
コンパイル使用メモリ 87,200 KB
実行使用メモリ 71,604 KB
最終ジャッジ日時 2023-09-28 06:09:30
合計ジャッジ時間 2,481 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 63 ms
71,448 KB
testcase_01 AC 61 ms
71,176 KB
testcase_02 AC 63 ms
71,320 KB
testcase_03 AC 63 ms
71,172 KB
testcase_04 AC 66 ms
71,320 KB
testcase_05 AC 64 ms
71,304 KB
testcase_06 WA -
testcase_07 AC 63 ms
71,144 KB
testcase_08 AC 62 ms
71,148 KB
testcase_09 AC 63 ms
71,452 KB
testcase_10 AC 62 ms
71,300 KB
testcase_11 AC 64 ms
71,604 KB
testcase_12 WA -
testcase_13 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

print(sum(map(int,input().split()))//2)
0