#45743: C++ map 懶得打的在等甚麼


1121228@stu.wghs.tp.edu.tw (你知道我是誰嗎!!??)

學校 : 臺北市立建國高級中學
編號 : 266561
來源 : [60.248.154.143]
最後登入時間 :
2025-03-28 09:48:03
f147. 1. 點餐系統 (Ordering System) -- 2020年6月TOI練習賽新手組 | From: [60.248.154.139] | 發表日期 : 2025-04-07 13:01

map<int, int> combocost{
    {1,4}, {2,8}, {3,7}, {4,6}, {5,3}
};
map<int, int> singlepointcost{
    {1,2}, {2,3}, {3,5}, {4,7}
};
map<int, string> combo{
    {1,"Medium Wac"}, {2,"WChicken Nugget"}, {3,"Geez Burger"}, {4,"ButtMilk Crispy Chicken"}, {5,"Plastic Toy"}
};
map<int, string> singlepoint{
    {1,"German Fries"}, {2,"Durian Slices"}, {3,"WcFurry"}, {4,"Chocolate Sunday"}
};

 
ZeroJudge Forum