レス書き込み
スレへ戻る
写
レス栞
レス消
プログラミングのお題スレ Part22
PC,スマホ,PHSは
ULA
べっかんこ
公式(スマホ)
公式(PC)
で書き込んでください。
名前
メール
引用切替:
レスアンカーのみ
>>147 > >>3 c > https://ideone.com/BnNzUC > int has26(const char *p) { > int c, count[26] = {0}; > for (; c = tolower(*p); p++) if (isalpha(c)) count[c - 'a']++; > for (c = 'a'; c <= 'z'; c++) if (count[c - 'a'] < 1) return 0; > return 1; > } > const char *f(const char **lines, int n) { > const char *found = 0; > int i, len, minlen; > for (i = 0; i < n; i++) > if (has26(lines[i])) > if (!found) > found = lines[i], minlen = strlen(lines[i]); > else if (len = strlen(lines[i]) < minlen) > found = lines[i], minlen = len; > return found; > }
ローカルルール
SETTING.TXT
他の携帯ブラウザのレス書き込みフォームはこちら。
書き込み設定
で書き込みサイトの設定ができます。
・
ULA
・
べっかんこ(身代わりの術)
・
べっかんこ(通常)
・
公式(スマホ)
・
公式(PC)[PC,スマホ,PHS可]
書き込み設定(板別)
で板別の名前とメールを設定できます。
メモ帳
(0/65535文字)
上
下
板
覧
索
設
栞
歴
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.017s