結果

問題 No.835 ジュース
ユーザー Alex WiceAlex Wice
提出日時 2019-06-14 21:21:12
言語 PyPy2
(7.3.15)
結果
AC  
実行時間 79 ms / 2,000 ms
コード長 60 bytes
コンパイル時間 1,303 ms
コンパイル使用メモリ 76,800 KB
実行使用メモリ 75,776 KB
最終ジャッジ日時 2024-11-08 20:06:47
合計ジャッジ時間 2,614 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 6
権限があれば一括ダウンロードができます

ソースコード

diff #

rr = raw_input
N = int(rr())
M = 1.5 * N
M = int(M)
print M
0