2087 search resultsShowing 1~20 results

Stocked

FizzBuzz

% 5 == 0) { echo "Bizz"; }elseif ($i % 3 == 0 && $i % 5 == 0) { echo "FizzBuzz ...

0
0
Comment0
AsladaGSX

@AsladaGSX

FizzBuzz

これが最短? # include <iostream> int main(){for(int i=0;++i<100;)printf("FizzBuzz\n ...

0
1
Comment0
negineri

@negineri

コードの分割と要約

関数と呼ばれているものである。 次のPythonのソースコードを読んでほしい。 # 関数の実像は省略 amount = ask_amount() print_fizzbuzz ...

0
0
Comment0

2087 search resultsShowing 1~20 results

※ Search results can only display up to 100 pages. You can narrow down the articles using search options.

Related tags searched

FizzBuzz

603post

67follow

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in