結果

問題 No.835 ジュース
ユーザー Alex WiceAlex Wice
提出日時 2019-06-14 21:21:12
言語 PyPy2
(7.3.15)
結果
AC  
実行時間 76 ms / 2,000 ms
コード長 60 bytes
コンパイル時間 994 ms
コンパイル使用メモリ 76,920 KB
実行使用メモリ 75,580 KB
最終ジャッジ日時 2024-04-26 07:08:28
合計ジャッジ時間 2,232 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 73 ms
75,564 KB
testcase_01 AC 73 ms
75,548 KB
testcase_02 AC 73 ms
75,408 KB
testcase_03 AC 75 ms
75,280 KB
testcase_04 AC 75 ms
75,580 KB
testcase_05 AC 73 ms
75,284 KB
testcase_06 AC 76 ms
75,300 KB
testcase_07 AC 73 ms
75,408 KB
testcase_08 AC 71 ms
75,460 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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