Contest - 2017-2018學年第一學期:計算機學院2017級《程序設計基礎》期末考試

寫在前面:勤奮練習!php Problem A: 編寫函數:第幾個英文字母 (Append Code)ios   #include<stdio.h> #include<string.h> int chseq(char ch) { int n=0; if(ch<='Z'&&ch>='A') ch+=32; if(ch<='z'&&ch>='a') n+=ch-'0'-48; return n
相關文章
相關標籤/搜索