2022年6月28日 星期二

大A轉小a

 #include <stdio.h>

#include <stdlib.h>

int main(int argc, char *argv[]) 

{

char word;

scanf("%c",&word);

printf("%c",word-32);

return 0;

}

沒有留言:

張貼留言

algorithm

 #include <iostream> #include <string.h> using namespace std; int main(int argc, char** argv)  { for(int j=2;j<=100;j++)//j...