盆栽エンジニアリング日記

勉強したことをまとめるブログ

2020-04-01から1ヶ月間の記事一覧

ABC163自分なりのまとめ

ABC163自分的振り返り ABC163に出題された問題を自分なりにまとめました。 A - Circle Pond 2 * pi * rを出力すれば良い。 精度に注意 #include <iostream> #include <vector> #include <algorithm> #include <map> #include <queue> #include <string> #include <math.h> #include <stack> #include <iomanip> #define rep(i,n) for(in</iomanip></stack></math.h></string></queue></map></algorithm></vector></iostream>…

ABC162自分なりのまとめ

ABC162自分なりのまとめ ABC162に出題された問題について、自分なりの理解をまとめます。 今回は50分ほどで4完でしたがレートは落ちました。 やっぱり4完の場合は速解きできないと水色パフォーマンスは出ませんね。 A-Lucky-7 文字列に変換して、各桁に7が入…

ABC161自分なりのまとめ

ABC161自分なりのまとめ ABC161に出題された問題について、自分なりの理解をまとめます。 A-ABC Swap x, y, zを受け取り、z, x, yの順番で出力すれば良い。 #include <iostream> #include <vector> #include <algorithm> #include <map> #include <queue> #include <string> #include <math.h> #include <stack> #define rep(i</stack></math.h></string></queue></map></algorithm></vector></iostream>…