#include<stdio.h>

int main() {
  printf("abc");
}

