Toggle navigation
Courses
問題
標籤
用戶
AC 20161123 exercise 1
0
喜歡
0
不喜歡
3.6k
瀏覽
請撰寫一個程式,使用者會輸入一行字元,換行字元代表輸入結束,請計算所有的輸入當中有多少個英文字母,多少個數字,以及多少個其他的字元,並依照範例的格數輸出。
Sampile input:
1234567890ancdefghijklmnopqrstuvwxyz~!@#$%^&*()_+
Sample output:
digit:10
alphabet:26
other:13
[練習]
Coding (C)
-
最新提問
11月 23, 2016
分類:
作業
|
用戶:
Shun-Po
(
18k
分)
ID: 17578 -
從幾時開始:
無限制
-
到幾時結束:
無限制
|
3.6k
瀏覽
評論
1
3
Called for Help
請
登錄
或者
註冊
後再添加評論。
82
個回答
0
喜歡
0
不喜歡
內容已隱藏# include <stdio.h>
# include <ctype.h>
void check ( char c);
int main ( void )
{
** * * * ** * * * *** * * ** ** *** * * digit, alphabet ,other;
** ** * * ***** ** * *** * ** * * * * * * ** * ** * ** c;
*** * ** * * * * * * * ** * * * * ** * * * ** * ("%c", &c);
* * ** * * ** * ** ********* * **** * *** * * ** ** * (c != '\n')
* ***** * * * * * * *** * * * * * ** * ** * * * * ** **