#include<stdio.h.>
int main(){
    int a,b,c,d,e,f,g,h;
    scanf("%d\n%d\n%d",a,b,c);
    printf("%d",a);
    return 0;
}