#include<stdio.h>

int main() {
  printf("%2d",1000);

  return 0;
}
