結果

問題 No.163 cAPSlOCK
ユーザー regeregeregerege
提出日時 2015-09-05 10:07:05
言語 F#
(F# 4.0)
結果
AC  
実行時間 77 ms / 5,000 ms
コード長 94 bytes
コンパイル時間 3,202 ms
コンパイル使用メモリ 155,628 KB
実行使用メモリ 24,880 KB
最終ジャッジ日時 2023-09-26 08:46:08
合計ジャッジ時間 6,077 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 73 ms
22,628 KB
testcase_01 AC 74 ms
24,800 KB
testcase_02 AC 74 ms
22,704 KB
testcase_03 AC 74 ms
20,664 KB
testcase_04 AC 74 ms
22,580 KB
testcase_05 AC 75 ms
24,724 KB
testcase_06 AC 73 ms
22,632 KB
testcase_07 AC 77 ms
22,708 KB
testcase_08 AC 75 ms
22,700 KB
testcase_09 AC 75 ms
24,844 KB
testcase_10 AC 76 ms
24,680 KB
testcase_11 AC 76 ms
24,672 KB
testcase_12 AC 76 ms
22,768 KB
testcase_13 AC 77 ms
24,752 KB
testcase_14 AC 76 ms
22,736 KB
testcase_15 AC 76 ms
24,672 KB
testcase_16 AC 77 ms
24,688 KB
testcase_17 AC 77 ms
24,880 KB
testcase_18 AC 76 ms
24,660 KB
testcase_19 AC 76 ms
24,608 KB
testcase_20 AC 77 ms
22,644 KB
testcase_21 AC 75 ms
22,816 KB
testcase_22 AC 77 ms
22,752 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Microsoft (R) F# Compiler version 11.0.0.0 for F# 5.0
Copyright (c) Microsoft Corporation. All Rights Reserved.

ソースコード

diff #

    stdin.ReadLine()
    |> Seq.map (int >> ((^^^)0x20) >> char)
    |> Seq.iter (printf "%c")
0