AtCoder Beginner Contest 392 A-G 简易题解,如果题解中有什么问题可以找我反馈,谢谢! A.Shuffled Equation直接枚举三种可能。 signed main(){ int a, b, c; cin >> a >> b >> c; if(a*b == c || a*c… 枫落发表于Atcod... AtCoder Beginner Contest 395 A-F 简易...
voidsolve(){intn;cin>>n;vector<ll>a(n);for(inti=0;i<n;i++)cin>>a[i];vector<ll>ans,temp;autodfs=[&](auto&&self,intcnt,vector<ll>temp)->void{if(cnt==n){llt=0;for(autoe:temp)t^=e;ans.push_back(t);return;}for(auto&e:temp){e+=a[cnt];self(self,cnt+1,temp);e-=...
AtCoder Beginner Contest 390(A ~ F 题讲解), 视频播放量 419、弹幕量 1、点赞数 22、投硬币枚数 8、收藏人数 5、转发人数 1, 视频作者 蒟蒻小史, 作者简介 QQ 群:632491357,相关视频:AtCoder Beginner Contest 390,AtCoder 初学者竞赛 390比赛讲解,ARC191(Div.2)
611 1 32:45 App AtCoder Beginner Contest 390(A ~ F 题讲解) 686 1 18:49 App Atcoder Beginner Contest 376 (A-D题解) 1002 2 31:23 App Atcoder ABC382(A-D讲解) 830 1 23:10 App Atcoder Beginner contest 360(ABCE讲解) 1183 2 17:11 App Atcoder Beginner Contest 356 (A-D)讲解 12...
[AtCoder Beginner Contest 077]D-Small Multiple Time limit : 2sec Memory limit : 256MB Problem Statement Find the smallest possible sum of the digits in the decimal notation of a positive multiple of K. Constraints 2≤K≤105 K is an integer. In......
Atcoder Beginner Contest 144 E - Gluttony(二分) 题目链接:https://atcoder.jp/contests/abc144/tasks/abc144_e 题意: 有n个人,每个人吃一单位东西的时间为ai,现在有n份食物,每份食物的份量为fi单位。 每个人必须对应一份食物,一个人只允许对应一份食物,一份食物也只允许对应一个人。你可以安排由哪个...
AtCoder Beginner Contest 390 个人向题解A-F A - 12435 void solve() { vector<int> a(5); for (int i = 0; i < 5; i++)…阅读全文 赞同1 添加评论 分享收藏 AtCoder Beginner Contest 389 被longlong int128卡一万年 F 正在补 A - 9x9 void solve() { string s;...
AtCoder Beginner Contest 390(A ~ F 题讲解), 视频播放量 284、弹幕量 0、点赞数 18、投硬币枚数 4、收藏人数 3、转发人数 1, 视频作者 蒟蒻小史, 作者简介 QQ 群:632491357,相关视频:AtCoder Beginner Contest 390,【赛时3题/蓝名萌新】Codeforces Round 1000 (Div.