#include <stdio.h> int main(void){ char str[20]; printf("str(gets): "); gets(str); puts(str); return 0; }
タグ: