結果
| 問題 |
No.2886 Milk
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2024-11-09 18:47:46 |
| 言語 | Fortran (gFortran 14.2.0) |
| 結果 |
AC
|
| 実行時間 | 2 ms / 2,000 ms |
| コード長 | 439 bytes |
| コンパイル時間 | 1,914 ms |
| コンパイル使用メモリ | 29,568 KB |
| 実行使用メモリ | 5,248 KB |
| 最終ジャッジ日時 | 2024-11-09 18:47:50 |
| 合計ジャッジ時間 | 3,388 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 22 |
ソースコード
!> This file was processed by `fypp`.
!> Today's fortune: "Bad;)", really OK?
!> ランダムウォーク猿「'両側から見る' で はっぴー.」
!> ギャンブラー猿「流れが来てない...」
program f902886
use, intrinsic :: iso_fortran_env
!> auto use module
implicit none
integer(int32) :: d
read(input_unit, *) d
write(output_unit, '(a)') trim(merge("Milk ", "Difficult", d <= 100))
end program f902886