Nerde Nolzda

ZeroJudge: d049 中華民國萬歲!

ZeroJudge Link (Zh)

#include <stdio.h>

main() {
  int input;
  while (scanf("%d", &input) != EOF) {
    printf("%d\n", input - 1911);
  }
  return 0;
}

Related Posts

0 comments

Post a comment

Send an email to comment@nerde.pw.