結果
| 問題 | 
                            No.485 方程式のお勉強
                             | 
                    
| コンテスト | |
| ユーザー | 
                             kokoa1046
                         | 
                    
| 提出日時 | 2017-09-03 21:38:34 | 
| 言語 | Scheme  (Gauche-0.9.15)  | 
                    
| 結果 | 
                             
                                WA
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 94 bytes | 
| コンパイル時間 | 71 ms | 
| コンパイル使用メモリ | 5,120 KB | 
| 実行使用メモリ | 16,128 KB | 
| 最終ジャッジ日時 | 2024-11-06 20:08:06 | 
| 合計ジャッジ時間 | 1,184 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge3 / judge1 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | WA * 4 | 
| other | WA * 13 | 
ソースコード
(define a (read)) (define b (read)) (print (if(integer? (/ b a)) (print (/ b a))(print "NO")))
            
kokoa1046