結果

問題 No.687 E869120 and Constructing Array 1
ユーザー gunmakengunmaken
提出日時 2018-05-26 15:31:14
言語 F#
(F# 4.0)
結果
WA  
実行時間 -
コード長 43 bytes
コンパイル時間 7,274 ms
コンパイル使用メモリ 183,380 KB
実行使用メモリ 34,508 KB
最終ジャッジ日時 2024-06-28 18:10:55
合計ジャッジ時間 11,214 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 298 ms
33,884 KB
testcase_01 AC 297 ms
33,368 KB
testcase_02 AC 299 ms
34,508 KB
testcase_03 AC 299 ms
33,812 KB
testcase_04 AC 310 ms
33,340 KB
testcase_05 WA -
testcase_06 WA -
testcase_07 AC 309 ms
33,264 KB
testcase_08 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
  復元対象のプロジェクトを決定しています...
  /home/judge/data/code/main.fsproj を復元しました (216 ms)。
MSBuild のバージョン 17.9.6+a4ecab324 (.NET)
  main -> /home/judge/data/code/bin/Release/net8.0/main.dll
  main -> /home/judge/data/code/bin/Release/net8.0/publish/

ソースコード

diff #

printfn "1 %d" (int (stdin.ReadLine()) - 1)
0