>  2021/03/15 (月) 15:18:32        [misao]
> > min   = 10000;
> > max   = 14334;
> > total = 0;
> > for(n = min; n <= max; n++) {
> >   if(n <= max) total++;
> > }
> > printf("個数は%dだよん(;´Д`).\n", n);
> cっぽいけどint書かなくていいのか

#include <stdio.h> や void main() とか書くと
ネット掲示板に前略で始まる文を書き込むようでカッコワルイじゃないですか(;´Д`)

参考:2021/03/15(月)15時16分11秒