結果

問題 No.353 ヘイトプラス
ユーザー fiordfiord
提出日時 2016-04-02 10:03:15
言語 PyPy2
(7.3.15)
結果
AC  
実行時間 68 ms / 1,000 ms
コード長 45 bytes
コンパイル時間 1,713 ms
コンパイル使用メモリ 76,856 KB
実行使用メモリ 75,808 KB
最終ジャッジ日時 2024-06-29 13:25:14
合計ジャッジ時間 3,084 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 67 ms
75,544 KB
testcase_01 AC 65 ms
75,552 KB
testcase_02 AC 63 ms
75,424 KB
testcase_03 AC 61 ms
75,680 KB
testcase_04 AC 63 ms
75,808 KB
testcase_05 AC 64 ms
75,164 KB
testcase_06 AC 68 ms
75,268 KB
testcase_07 AC 66 ms
75,148 KB
testcase_08 AC 63 ms
75,648 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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