結果

問題 No.57 ミリオンダイス
ユーザー convexineqconvexineq
提出日時 2020-11-25 07:43:35
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 83 ms / 5,000 ms
コード長 23 bytes
コンパイル時間 334 ms
コンパイル使用メモリ 87,280 KB
実行使用メモリ 71,368 KB
最終ジャッジ日時 2023-10-01 01:40:44
合計ジャッジ時間 2,126 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 76 ms
71,136 KB
testcase_01 AC 83 ms
71,248 KB
testcase_02 AC 78 ms
71,172 KB
testcase_03 AC 81 ms
71,040 KB
testcase_04 AC 78 ms
71,112 KB
testcase_05 AC 78 ms
70,916 KB
testcase_06 AC 79 ms
71,296 KB
testcase_07 AC 78 ms
71,132 KB
testcase_08 AC 79 ms
71,224 KB
testcase_09 AC 79 ms
71,368 KB
testcase_10 AC 79 ms
71,008 KB
testcase_11 AC 76 ms
70,896 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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