結果

問題 No.353 ヘイトプラス
ユーザー graph11463
提出日時 2025-05-17 23:02:33
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 43 ms / 1,000 ms
コード長 42 bytes
コンパイル時間 808 ms
コンパイル使用メモリ 81,876 KB
実行使用メモリ 51,968 KB
最終ジャッジ日時 2025-05-17 23:02:36
合計ジャッジ時間 2,120 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2
other AC * 7
権限があれば一括ダウンロードができます

ソースコード

diff #

A,B=map(int,input().split())
print(A-(-B))
0