#include <stdio.h> int main() { char str[20]; scanf("%[abc]", str); printf("%s\n", str); return 0; }
確定! 回上一頁