結果

問題 No.830 日本人の9割は90%
ユーザー nohopennohopen
提出日時 2019-06-25 21:45:15
言語 F#
(F# 4.0)
結果
AC  
実行時間 82 ms / 2,000 ms
コード長 66 bytes
コンパイル時間 3,958 ms
コンパイル使用メモリ 161,552 KB
実行使用メモリ 24,904 KB
最終ジャッジ日時 2023-09-05 12:51:21
合計ジャッジ時間 5,967 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 82 ms
22,976 KB
testcase_01 AC 81 ms
22,740 KB
testcase_02 AC 80 ms
24,904 KB
testcase_03 AC 81 ms
24,744 KB
testcase_04 AC 81 ms
22,688 KB
testcase_05 AC 81 ms
22,760 KB
testcase_06 AC 82 ms
22,756 KB
testcase_07 AC 81 ms
22,920 KB
testcase_08 AC 81 ms
22,764 KB
testcase_09 AC 81 ms
22,740 KB
testcase_10 AC 81 ms
22,672 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Microsoft (R) F# Compiler version 11.0.0.0 for F# 5.0
Copyright (c) Microsoft Corporation. All Rights Reserved.

ソースコード

diff #

open System

let N = Console.ReadLine() |> int
printfn "%d" (N*10)
0