文章详情
时间:2010-07-02 来源:hnrainll
#include <stdio.h> #include <stdlib.h> #include <ctype.h> int main(int argc, char *argv[]) { char ch; printf("Please enter some text (input a point to quit).\n"); do{ ch = getchar(); if(islower(ch)) ch = toupper(ch); else ch = tolower(ch); putchar(ch); }while(ch != '.'); system("pause"); return 0; }
人类大乱斗无限金币无限钻石
芭比娃娃屋历险无限金币
芭比娃娃屋历险无广告
1970-01-01