結果

問題 No.57 ミリオンダイス
ユーザー 👑 H20H20
提出日時 2021-05-28 11:05:50
言語 PyPy3
(7.3.13)
結果
AC  
実行時間 78 ms / 5,000 ms
コード長 29 bytes
コンパイル時間 453 ms
コンパイル使用メモリ 86,948 KB
実行使用メモリ 71,584 KB
最終ジャッジ日時 2023-08-06 22:33:37
合計ジャッジ時間 2,306 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 77 ms
71,136 KB
testcase_01 AC 76 ms
71,296 KB
testcase_02 AC 76 ms
71,444 KB
testcase_03 AC 77 ms
71,524 KB
testcase_04 AC 76 ms
71,252 KB
testcase_05 AC 76 ms
71,380 KB
testcase_06 AC 75 ms
71,188 KB
testcase_07 AC 78 ms
71,492 KB
testcase_08 AC 76 ms
71,152 KB
testcase_09 AC 78 ms
71,584 KB
testcase_10 AC 75 ms
71,528 KB
testcase_11 AC 76 ms
71,420 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

N = int(input())
print(3.5*N)
0