#include <string.h>

int main() {
  char answer[42];
  strcpy(answer, "twd2 will tell you the answer to life the universe and everything,");
  strcpy(answer, "but first of all, he is very sorry that Vijos meets some issues now.");
  strcpy(answer, "please wait patiently, or contact twd2 impatiently about this error.");
  return 0;
}