結果

問題 No.687 E869120 and Constructing Array 1
ユーザー gunmakengunmaken
提出日時 2018-05-26 15:31:14
言語 F#
(F# 4.0)
結果
WA  
実行時間 -
コード長 43 bytes
コンパイル時間 5,176 ms
コンパイル使用メモリ 149,440 KB
実行使用メモリ 24,956 KB
最終ジャッジ日時 2023-09-11 03:37:30
合計ジャッジ時間 5,496 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 82 ms
24,904 KB
testcase_01 AC 84 ms
24,956 KB
testcase_02 AC 83 ms
24,940 KB
testcase_03 AC 83 ms
20,864 KB
testcase_04 AC 83 ms
24,944 KB
testcase_05 WA -
testcase_06 WA -
testcase_07 AC 83 ms
22,908 KB
testcase_08 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Microsoft (R) F# Compiler version 11.0.0.0 for F# 5.0
Copyright (c) Microsoft Corporation. All Rights Reserved.

ソースコード

diff #

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