エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
cで日能研 - Qiita
# include <stdio.h> # include <math.h> int main(void) { int i, i5, i4, i3, i2; char ss[8]; for (i... # include <stdio.h> # include <math.h> int main(void) { int i, i5, i4, i3, i2; char ss[8]; for (i = 123456; i < 654322; i += 6) { snprintf(ss, 12, "%d", i); if (strchr(ss, '1') && strchr(ss, '2') && strchr(ss, '3') && strchr(ss, '4') && strchr(ss, '5') && strchr(ss, '6')) { i5 = floor(i / 10); if (i5 % 5 == 0) { i4 = floor(i / 100); if (i4 % 4 == 0) { i3 = floor(i / 1000); if (i3 % 3 == 0) { i2 =

