Here is a little shortened version for A int main() { ios_base::sync_with_stdio(false), cin.tie(nullptr), cout.tie(nullptr); char a,b,c; cin>>a>>b>>c; if(a==b && b==c) cout
@@WILLIAMKENNEDY-nh3dg I would suggest practice standard greedy, binary search, prefix sums, math, implementation etc. These are enough to solve ABCD most of the time.
@@astroflexx82 Do you use Atcoder to practice those problems or do you use codeforces? I need beginner level problems for greedy because I don't completely understand greedy yet
@@WILLIAMKENNEDY-nh3dg I’d strongly recommend a website called AtCoder Problems for ur practice, where u can solve problems from the past contests, practice with a boot camp for beginners, etc.
A問題 大きいほうに1スコアを足すのを3回して長男=2,次男=1,三男=0になるはずっていうのでもできましたよー
天才か? (一方、まさかの順列全探索で解いたワイ)
@@bodewig-sigsig順列全探索でWAワイ、低みの見物
C見る前「Cは300点か。まあいけるかな?」
C問題文 頂点 1, 頂点 2,…, 頂点 N の N 個の頂点からなる単純無向グラフ G,H が与えられます。「はにゃ?(グラフについては何も知らない)」
2完でした。グラフ勉強しよ。
c問題、同型を同じグラフにすることだと思ってて解けなかった
今回は悔しいけど2完…。C問題の実装量が結構重たかった。
C was good. It was my first time seeing this type of problem.
A問題
左2つが違う向きならA(が次男)
右2つが違う向きならB
それ以外はC
っていうので簡単に実装できましたよ
面白かった〜 5完でした
Fで混乱してしまいました
C問題の正解者数がD問題より少なくて草
i was thinking the solution to this problem as a TPS in O(N!) and it passed
正直離散数学は少し齧ってたから何となく分かると思ったらコストが出てきて頭がこんがらがったから飛ばした
灰色だけど初めて4完出来て小躍りしてる
Here is a little shortened version for A
int main() {
ios_base::sync_with_stdio(false), cin.tie(nullptr), cout.tie(nullptr);
char a,b,c;
cin>>a>>b>>c;
if(a==b && b==c) cout
A、ABとBCが同じならどうせBは次男なので、ちょっと楽になるかな?
Cに1時間溶かした…(4完)
4桁パフォすら届かなくて号泣
A問題全探索忘れてめっちゃミスりました(w)
AはSetとか使うのかな~とか思いながら全列挙で書いた。今回はCよりDの方が楽だったからDだけ解いた
グラフの同型を理解してなかったから難しく感じたのかも
Cの問題文理解しても解法分からなくて、詰んでました...。休日で復習します!
AとBは、スムーズに解けたけど、Bの解でinputが全て終わらなくてもprintしても良いことを初めて知りましたww
エディターでは、input→printの順にターミナルに表示されるから良くないと思って、わざわざ答えをリストに入れて出力してました...
Dをやってみたけど、二分探索使わなくて累積和だけでやろうとして沼りました。二分探索は思いつかなかったなー
はじめてD問題が解けそうだったのに時間が足りなかった…
解法分かってたのに… 実装が…
very good
A問題、「」をIDEが入れてくるのがうざすぎる。
Everything was great but problem E was GoogleAble sad to see that😢😢
can you send some links to that solution, i wasn't able to understand E
ABCD stare E yet again for me :')
How do you get that far. I can only do A and B. I have no idea how to do graph problems. Any advice on how to get better at graph problems?
@@WILLIAMKENNEDY-nh3dg I would suggest practice standard greedy, binary search, prefix sums, math, implementation etc. These are enough to solve ABCD most of the time.
@@astroflexx82 Do you use Atcoder to practice those problems or do you use codeforces? I need beginner level problems for greedy because I don't completely understand greedy yet
@@WILLIAMKENNEDY-nh3dg I’d strongly recommend a website called AtCoder Problems for ur practice, where u can solve problems from the past contests, practice with a boot camp for beginners, etc.
このフリーのBGMカービィっぽい
一応欲しければ…
ruclips.net/video/FNmRbPpbZkY/видео.html
Solved ABCDE . 😭1 penatly for WA on A.
Also first time getting 5 questions
bro how did you solve E