結果
問題 |
No.296 n度寝
|
ユーザー |
![]() |
提出日時 | 2015-11-10 12:53:50 |
言語 | Scheme (Gauche-0.9.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 189 bytes |
コンパイル時間 | 149 ms |
コンパイル使用メモリ | 7,072 KB |
実行使用メモリ | 16,128 KB |
最終ジャッジ日時 | 2024-09-13 14:19:29 |
合計ジャッジ時間 | 1,470 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 16 |
ソースコード
(define n (- (read) 1)) (define h (read)) (define m (read)) (define t (read)) (define a (modulo (+ (* h 60) m (* t n)) 1440)) (display (quotient a 60)) (display " ") (display (modulo a 60))