結果

問題 No.692 square1001 and Permutation 1
コンテスト
ユーザー chike_plus
提出日時 2019-03-29 07:15:10
言語 F#
(F# 10.0)
コンパイル:
fsharp_c _filename_
実行:
/usr/bin/dotnet_wrap
結果
AC  
実行時間 47 ms / 2,000 ms
コード長 218 bytes
記録
記録タグの例:
初AC ショートコード 純ショートコード 純主流ショートコード 最速実行時間
コンパイル時間 7,555 ms
コンパイル使用メモリ 206,924 KB
実行使用メモリ 30,848 KB
最終ジャッジ日時 2026-05-06 21:44:04
合計ジャッジ時間 9,029 ms
ジャッジサーバーID
(参考情報)
judge3_0 / judge1_1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 5
権限があれば一括ダウンロードができます
コンパイルメッセージ
  復元対象のプロジェクトを決定しています...
  /home/judge/data/code/main.fsproj を復元しました (204 ミリ秒)。
  main -> /home/judge/data/code/bin/Release/net10.0/main.dll
  main -> /home/judge/data/code/bin/Release/net10.0/publish/

ソースコード

diff #
raw source code

let ``No.692 square1001 and Permutation 1``() =

  stdin.ReadLine()
  |> int
  |> fun n ->
    match n with
    | 1 -> "square1001"
    | _ -> "Petr"
  |> stdout.WriteLine
  ()
``No.692 square1001 and Permutation 1``()
0