結果
問題 | No.146 試験監督(1) |
ユーザー | むらため |
提出日時 | 2019-01-17 04:06:55 |
言語 | Nim (2.0.2) |
結果 |
CE
(最新)
AC
(最初)
|
実行時間 | - |
コード長 | 753 bytes |
コンパイル時間 | 904 ms |
コンパイル使用メモリ | 74,096 KB |
最終ジャッジ日時 | 2024-11-14 20:45:58 |
合計ジャッジ時間 | 1,471 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
コンパイルエラー時のメッセージ・ソースコードは、提出者また管理者しか表示できないようにしております。(リジャッジ後のコンパイルエラーは公開されます)
ただし、clay言語の場合は開発者のデバッグのため、公開されます。
ただし、clay言語の場合は開発者のデバッグのため、公開されます。
コンパイルメッセージ
/home/judge/data/code/Main.nim(2, 28) Error: cannot open file: queues
ソースコード
import sequtils,strutils,algorithm,math,sugar,macros,strformat import sets,tables,intsets,queues,heapqueue,bitops template get*():string = stdin.readLine().strip() macro unpack*(arr: auto,cnt: static[int]): auto = let t = genSym(); result = quote do:(let `t` = `arr`;()) for i in 0..<cnt: result[1].add(quote do:`t`[`i`]) template times*(n:int,body) = (for _ in 0..<n: body) template `max=`*(x,y) = x = max(x,y) template `min=`*(x,y) = x = min(x,y) const MOD = 1_0000_0000_7 proc mul(a,b:int):int = ((a mod MOD) * (b mod MOD)) mod MOD proc add(a,b:int):int = (a + b) mod MOD let n = get().parseInt() let CD = newSeqWith(n,get().split().map(parseInt)).mapIt((chair:it[0],n:it[1])) echo CD.mapIt(it.n.mul(1 + (it.chair - 1) div 2 )).foldl(a.add(b),0)