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