よじろめ覚書

私の理解度重視のソースコードです。

2019-06-24から1日間の記事一覧

ABC028A - テスト評価

ABC

問題:A - テスト評価 #include <cstdio> #include <iostream> using namespace std; int main(void) { int score; scanf ("%d", &score); if (score >= 100) { printf ("Perfect\n"); } else if (score >= 90) { printf ("Great\n"); } else if (score >= 60) { printf ("Good</iostream></cstdio>…