結果

問題 No.835 ジュース
ユーザー Alex WiceAlex Wice
提出日時 2019-06-14 21:21:12
言語 PyPy2
(7.3.15)
結果
AC  
実行時間 72 ms / 2,000 ms
コード長 60 bytes
コンパイル時間 1,822 ms
コンパイル使用メモリ 77,468 KB
実行使用メモリ 76,356 KB
最終ジャッジ日時 2023-08-08 14:25:36
合計ジャッジ時間 3,205 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 70 ms
76,240 KB
testcase_01 AC 72 ms
76,244 KB
testcase_02 AC 70 ms
76,284 KB
testcase_03 AC 70 ms
76,268 KB
testcase_04 AC 71 ms
76,232 KB
testcase_05 AC 69 ms
76,224 KB
testcase_06 AC 71 ms
76,356 KB
testcase_07 AC 70 ms
76,120 KB
testcase_08 AC 70 ms
76,276 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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