結果
| 問題 | No.395 永遠の17歳 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2017-02-28 22:04:20 |
| 言語 | F# (F# 10.0 + ACL) |
| 結果 |
AC
不安定
|
| 実行時間 | 72 ms / 1,000 ms |
| + 50µs | |
| コード長 | 246 bytes |
| 記録 | |
| コンパイル時間 | 12,550 ms |
| コンパイル使用メモリ | 214,680 KB |
| 実行使用メモリ | 33,024 KB |
| 最終ジャッジ日時 | 2026-09-10 11:25:23 |
| 合計ジャッジ時間 | 14,972 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 17 |
コンパイルメッセージ
復元対象のプロジェクトを決定しています... /home/judge/data/code/main.fsproj を復元しました (287 ミリ秒)。 main -> /home/judge/data/code/bin/Release/net10.0/main.dll main -> /home/judge/data/code/bin/Release/net10.0/publish/
ソースコード
module Main
open System
Console.WriteLine(
Console.ReadLine()
|> int
|> (fun x ->
let n = x - 7
if n > 7 then
n
else
-1
)
)