#include <stdio.h>
int main(){
  int num=10;
    scanf("%d",&num);
    printf("num\n",num);
    return 0;
}