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