#include <stdio.h>. int main(). {. char buf[1024];. scanf("%s", buf);. printf("----> %s", buf);. return 0;. } Sign up for free to join this conversation on ...
確定! 回上一頁