結果
| 問題 | No.138 化石のバージョン |
| コンテスト | |
| ユーザー |
shikatsusan
|
| 提出日時 | 2016-05-19 15:32:20 |
| 言語 | Haskell (9.14.1 + ACL) |
| 結果 |
WA
不安定
|
| 実行時間 | - |
| コード長 | 200 bytes |
| 記録 | |
| コンパイル時間 | 9,013 ms |
| コンパイル使用メモリ | 197,120 KB |
| 実行使用メモリ | 6,528 KB |
| 最終ジャッジ日時 | 2026-09-11 01:26:49 |
| 合計ジャッジ時間 | 11,210 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 29 WA * 4 |
コンパイルメッセージ
Loaded package environment from /home/judge/.ghc/x86_64-linux-9.14.1/environments/default [1 of 2] Compiling Main ( Main.hs, Main.o ) [2 of 2] Linking a.out
ソースコード
main::IO() main = do let f1 = map (\x->read x ::Int) . words . map (\x->if x=='.' then ' ' else x) r<-fmap f1 getLine t<-fmap f1 getLine putStrLn $ if t `compare` r ==LT then "YES" else "NO"
shikatsusan