#include <stdio.h> #include <string.h> int main() { char str[100]; fgets(str,100,stdin); printf ("%s",strlwr(str)); return 0; }. c.
確定! 回上一頁