// editor1
#include<stdio.h>
int main(){
  int  a,b;
  scanf("%d",&num);
  printf("num: %d\n",num);
  return 0;
}