aoj

【中級編:目指せ水色コーダー!】を消化

はい。 レッドコーダーが教える、競プロ・AtCoder上達のガイドライン【中級編:目指せ水色コーダー!】 なんか今回は提出リンク貼り付けでいいでしょう、をお試しで。初級と重複してる問題もありますし。

AOJ Volume 0 (0060-0079)

AOJ

はい。 http://judge.u-aizu.ac.jp/onlinejudge/finder.jsp?volumeNo=0 0060: Card Game

AOJ Volume 0 (0040-0059)

はい。 http://judge.u-aizu.ac.jp/onlinejudge/finder.jsp?volumeNo=0 0040: Affine Cipher

AOJ DSL 1.Set

AOJ

はい。 http://judge.u-aizu.ac.jp/onlinejudge/topic.jsp?cid=DSL A:Disjoint Set: Union Find Tree

AOJ DPL 1.Combinatorial

AOJ

はい。 http://judge.u-aizu.ac.jp/onlinejudge/topic.jsp?cid=DPL

AOJ Volume 0 (0020-0039)

はい。 http://judge.u-aizu.ac.jp/onlinejudge/finder.jsp?volumeNo=0 0020: Capitalize

Volume 0 (0005-0009)

AOJ

はい。 http://judge.u-aizu.ac.jp/onlinejudge/finder.jsp?volumeNo=0 0005: GCD and LCM

AOJ Volume 0 (0000-0019)

はい。 http://judge.u-aizu.ac.jp/onlinejudge/finder.jsp?volumeNo=0 0000: QQ

AOJ ITP1 11.Structure and Class

AOJ

はい。 http://judge.u-aizu.ac.jp/onlinejudge/topic.jsp?cid=ITP1#problems/ITP1_11 A.Dice I

AOJ ITP1 10.Math Functions

AOJ

はい。 http://judge.u-aizu.ac.jp/onlinejudge/topic.jsp?cid=ITP1#problems/ITP1_10 A.Distance

AOJ ITP1 9.String

AOJ

はい。 http://judge.u-aizu.ac.jp/onlinejudge/topic.jsp?cid=ITP1#problems/ITP1_9 A.Finding a Word

AOJ ITP1 8.Character

AOJ

はい。 http://judge.u-aizu.ac.jp/onlinejudge/topic.jsp?cid=ITP1#problems/ITP1_8 A.Toggling Cases

AOJ ITP1 7.Structured Program II

AOJ

はい。 http://judge.u-aizu.ac.jp/onlinejudge/topic.jsp?cid=ITP1#problems/ITP1_7 A.Grading

AOJ ITP1 6.Array

AOJ

はい。 http://judge.u-aizu.ac.jp/onlinejudge/topic.jsp?cid=ITP1#problems/ITP1_6 A.Reversing Numbers

AOJ ITP1 5.Structured Program I

AOJ

はい。なんか問題文を1行だけコピペするの意味ないことに気づいたので廃止します。 http://judge.u-aizu.ac.jp/onlinejudge/topic.jsp?cid=ITP1#problems/ITP1_5 A.Print a Rectangle

AOJ ITP1 4.Computation

AOJ

はい。 http://judge.u-aizu.ac.jp/onlinejudge/topic.jsp?cid=ITP1#problems/ITP1_4 A.A / B Problem 2つの整数 a と b を読み込んでa/b(整数)、a%b(整数)、a/b(浮動小数点数)を計算

AOJ ITP1 3.Repetitive Processing

AOJ

はい。 http://judge.u-aizu.ac.jp/onlinejudge/topic.jsp?cid=ITP1#problems/ITP1_3 A.Print Many Hello World 1000 個の "Hello World" を出力する

AOJ ITP1 2.Branch on Condition

AOJ

はい。 http://judge.u-aizu.ac.jp/onlinejudge/topic.jsp?cid=ITP1#problems/ITP1_2

AOJ ITP1 1.Getting Started

AOJ

はい。 http://judge.u-aizu.ac.jp/onlinejudge/topic.jsp?cid=ITP1#problems/ITP1_1

Structured Program II - How many ways?

aoj

はい。 http://judge.u-aizu.ac.jp/onlinejudge/description.jsp?id=ITP1_7_B 1 から n までの数の中から、重複無しで3つの数を選びそれらの合計が x となる組み合わせの数を求める というので3重ループで書いていたのだが他の人の回答を見たら2重ループに…