首页 > TAG信息列表 > Santa
CF1530 D. Secret Santa(模拟+思维)
目录 Description State Input Output Solution Code Description 有 \(n\) 个数,表示 \(i\) 想要把礼物送给 \(a[i]\), 问最后最多有几个人可以将礼物送给对的人,不可以将礼物送给自己 State \(1<=t<=10^5\) \(2<=n<=2*10^5\) \(1<=a[i]<=n,\ a[i] \neq i\) Input 2 3 2 1Codeforces Round #733 D. Secret Santa(构造)
题目链接 题意 就是自己不能收到自己的东西,尽量收到自己想要的礼物. 思路 尽量收到自己想要的比较好操作,直接就是看那些数字出现过, 然后难就难在剩下的分配,不能把自己的分配给自己.首先我们需要知道自己一定不会想要自己的这个后面有大用. 其次我们可以先固定一部分自己想要的D. Santa's Bot
Santa Claus has received letters from nn different kids throughout this year. Of course, each kid wants to get some presents from Santa: in particular, the ii-th kid asked Santa to give them one of kiki different items as a present. Some items coul4110:圣诞老人的礼物-Santa Clau’s Gifts(贪心算法)
查看 提交 统计 提示 提问 总时间限制: 1000ms 内存限制: 65536kB描述 圣诞节来临了,在城市A中圣诞老人准备分发糖果,现在有多箱不同的糖果,每箱糖果有自己的价值和重量,每箱糖果都可以拆分成任意散装组合带走。圣诞老人的驯鹿最多只能承受一定重量的糖果,请问圣诞老人最多CF1279D Santa's Bot
Link 普及题,开个桶记录一下每个数出现的次数即可。 #include<cstdio> #include<cctype> #include<vector> namespace IO { char ibuf[(1<<21)+1],*iS,*iT; char Get(){return (iS==iT? (iT=(iS=ibuf)+fread(ibuf,1,(1<<21)+1,stdin),(iS==iT? EOF:*iS++))D. Santa's Bot
题意:圣诞老人收到一些信件来自n个不同的小朋友这年,当然,每个孩子都想要从圣诞老人那得到一些礼物,尤其,第i个小朋友想要ki个不同的礼物中的一个作为他的礼物,一些礼物可能被多个小孩所拥有。 圣诞老人很忙碌,所以他想要新年机器人去选择一些礼物给孩子,不幸的是,机器人算法出了一些Bug,为Ant Design Pro 跨域配置
config/config.js proxy: { '/api': { target: 'http://localhost:8080/santa', changeOrigin: true, }, }, 浏览器访问地址: http://localhost:8000//api/login/account 请求服务端访问的地址: http://localhost:8080/santa/api/login/accountCodeforces 784B
题面: 传送门 B. Santa Claus and Keyboard Check Input file: standard input Output file: standard output Time limit: 2 second Memory limit: 256 megabytes Santa Claus decided to disassemble his keyboard to clean it. After he returned all the keys back, he suddenl