結果

問題 No.830 日本人の9割は90%
ユーザー bellangeldindonbellangeldindon
提出日時 2019-05-28 10:37:41
言語 PyPy2
(7.3.15)
結果
AC  
実行時間 75 ms / 2,000 ms
コード長 31 bytes
コンパイル時間 1,421 ms
コンパイル使用メモリ 76,676 KB
実行使用メモリ 75,768 KB
最終ジャッジ日時 2024-09-17 15:38:18
合計ジャッジ時間 2,871 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 73 ms
75,768 KB
testcase_01 AC 74 ms
75,204 KB
testcase_02 AC 74 ms
75,316 KB
testcase_03 AC 73 ms
75,332 KB
testcase_04 AC 73 ms
75,400 KB
testcase_05 AC 73 ms
75,416 KB
testcase_06 AC 73 ms
75,308 KB
testcase_07 AC 74 ms
75,416 KB
testcase_08 AC 75 ms
75,768 KB
testcase_09 AC 73 ms
75,412 KB
testcase_10 AC 74 ms
75,328 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

N = int(raw_input())
print 10*N
0