Nerde Nolzda

ZeroJudge: a001 哈囉

ZeroJudge Link (Zh)

#include <stdio.h>

main() {
  char in[100];
  while(scanf("%s", in) != EOF) {
    printf("hello, %s\n", in);
  }
  return 0;
}

Related Posts

0 comments

Post a comment

Send an email to comment@nerde.pw.