// recursive function fun int factorial( int x ) { if ( x <= 1 ) return 1; else return x * factorial ( x-1 ); } // call factorial ( 5 ) => int answer; // test if ( answer == 120 ) <<<"success">>>;
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル