結果
| 問題 | 
                            No.1723 [Cherry 3rd Tune *] Dead on
                             | 
                    
| コンテスト | |
| ユーザー | 
                             sanao10000
                         | 
                    
| 提出日時 | 2021-10-29 22:43:26 | 
| 言語 | Haskell  (9.10.1)  | 
                    
| 結果 | 
                             
                                TLE
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 98 bytes | 
| コンパイル時間 | 8,143 ms | 
| コンパイル使用メモリ | 176,300 KB | 
| 実行使用メモリ | 200,264 KB | 
| 最終ジャッジ日時 | 2024-10-07 12:25:39 | 
| 合計ジャッジ時間 | 9,250 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge5 / judge2 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| other | AC * 8 TLE * 1 -- * 41 | 
コンパイルメッセージ
Loaded package environment from /home/judge/.ghc/x86_64-linux-9.8.2/environments/default [1 of 2] Compiling Main ( Main.hs, Main.o ) [2 of 2] Linking a.out
ソースコード
main=interact$f.map read.words;f[x, a, y, b]|odd x&&even y="No"|rem x y==0,x^a>=y^b="Yes"|0<1="No"
            
sanao10000