Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のような出力を取得しようとしています。
3 2 1 「再起動」 1 2 3
: このコードを再帰的に使用します。:
public static void restart(int n){ return; //fill in here }