yugoes1021さんのプロフィール

yugoes1021さんは現在、一生懸命勉強中です
#include <stdio.h>

int main(void) {
  char *s1;
  char *s2;
  s1 = "i would like to learn ... ";
  scanf("%s", s2);
  printf("%s %s\n", s1, s2);
}