結果

問題 No.57 ミリオンダイス
ユーザー tookunn_1213tookunn_1213
提出日時 2015-04-08 19:26:36
言語 Python2
(2.7.18)
結果
WA  
実行時間 -
コード長 22 bytes
コンパイル時間 393 ms
コンパイル使用メモリ 6,672 KB
実行使用メモリ 6,200 KB
最終ジャッジ日時 2023-09-17 18:51:33
合計ジャッジ時間 1,412 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 11 ms
6,172 KB
testcase_01 WA -
testcase_02 AC 11 ms
6,016 KB
testcase_03 AC 11 ms
6,068 KB
testcase_04 AC 12 ms
6,104 KB
testcase_05 AC 11 ms
5,928 KB
testcase_06 AC 11 ms
6,200 KB
testcase_07 AC 11 ms
6,068 KB
testcase_08 AC 11 ms
6,076 KB
testcase_09 AC 11 ms
5,924 KB
testcase_10 AC 11 ms
5,920 KB
testcase_11 AC 11 ms
6,132 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

print int(3.5*input())
0