結果

問題 No.353 ヘイトプラス
ユーザー fiordfiord
提出日時 2016-04-02 10:03:15
言語 PyPy2
(7.3.15)
結果
AC  
実行時間 76 ms / 1,000 ms
コード長 45 bytes
コンパイル時間 2,186 ms
コンパイル使用メモリ 77,352 KB
実行使用メモリ 76,616 KB
最終ジャッジ日時 2023-09-12 00:10:15
合計ジャッジ時間 3,684 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 75 ms
76,616 KB
testcase_01 AC 74 ms
76,296 KB
testcase_02 AC 75 ms
76,392 KB
testcase_03 AC 75 ms
76,344 KB
testcase_04 AC 76 ms
76,280 KB
testcase_05 AC 76 ms
76,076 KB
testcase_06 AC 75 ms
76,336 KB
testcase_07 AC 76 ms
76,348 KB
testcase_08 AC 75 ms
76,356 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

a,b=map(int,raw_input().split())
print a-(-b)
0