結果

問題 No.2372 既視感
ユーザー ID 21712ID 21712
提出日時 2024-11-15 22:18:58
言語 Go
(1.22.1)
結果
AC  
実行時間 46 ms / 2,000 ms
コード長 432 bytes
コンパイル時間 12,062 ms
コンパイル使用メモリ 222,808 KB
実行使用メモリ 6,824 KB
最終ジャッジ日時 2024-11-15 22:19:12
合計ジャッジ時間 13,367 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
6,820 KB
testcase_01 AC 2 ms
6,820 KB
testcase_02 AC 1 ms
6,820 KB
testcase_03 AC 2 ms
6,816 KB
testcase_04 AC 2 ms
6,820 KB
testcase_05 AC 2 ms
6,816 KB
testcase_06 AC 1 ms
6,816 KB
testcase_07 AC 2 ms
6,816 KB
testcase_08 AC 16 ms
6,816 KB
testcase_09 AC 10 ms
6,816 KB
testcase_10 AC 16 ms
6,820 KB
testcase_11 AC 18 ms
6,820 KB
testcase_12 AC 3 ms
6,824 KB
testcase_13 AC 18 ms
6,816 KB
testcase_14 AC 5 ms
6,816 KB
testcase_15 AC 14 ms
6,820 KB
testcase_16 AC 11 ms
6,816 KB
testcase_17 AC 5 ms
6,820 KB
testcase_18 AC 5 ms
6,816 KB
testcase_19 AC 3 ms
6,816 KB
testcase_20 AC 4 ms
6,820 KB
testcase_21 AC 3 ms
6,816 KB
testcase_22 AC 5 ms
6,820 KB
testcase_23 AC 27 ms
6,816 KB
testcase_24 AC 26 ms
6,816 KB
testcase_25 AC 26 ms
6,820 KB
testcase_26 AC 26 ms
6,816 KB
testcase_27 AC 27 ms
6,816 KB
testcase_28 AC 46 ms
6,820 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

package main

import . "fmt"

func main() {
	var n,k,q int
	Scan(&n,&k,&q)
	m:=map[string]int{}
	var c int
	for ;q>0;q-- {
		var x int
		Scan(&x)
		if x==1 {
			var s string
			Scan(&s)
			m[s]=c
			c++
			continue
		} 
		var e,u int
		for i:=0;i<6;i++ {
			var t string
			var d int
			Scan(&t,&d)
			if w,ok:=m[t];ok&&c-w-u<=n&&k<d{
				d=k
			}
			e+=d
			if e>60 {
				continue
			}
			m[t]=c
			c++
			u++
		}
		Println(u)
	}
}
0