結果
| 問題 |
No.836 じょうよ
|
| コンテスト | |
| ユーザー |
trineutron
|
| 提出日時 | 2019-06-15 00:59:50 |
| 言語 | Haskell (9.10.1) |
| 結果 |
AC
|
| 実行時間 | 48 ms / 1,000 ms |
| コード長 | 94 bytes |
| コンパイル時間 | 4,729 ms |
| コンパイル使用メモリ | 176,716 KB |
| 実行使用メモリ | 8,064 KB |
| 最終ジャッジ日時 | 2024-11-15 18:39:58 |
| 合計ジャッジ時間 | 6,742 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 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=map read.words<$>getLine>>=(\[l,r,n]->mapM_ print[(r-i)`div`n-(l-1-i)`div`n|i<-[0..n-1]])
trineutron