#include<cstdio>
int main (){
    int c,k;
    scanf("%d%d",&c,&k);
    printf("%d",200);


    return 0;

    }
