#include <iostream>
using namespace std;
int main() {
int score;
printf("Input score :");
scanf("%d",&score);
if(score>=50)
printf("Pass");
}
I2luY2x1ZGUgPGlvc3RyZWFtPgp1c2luZyBuYW1lc3BhY2Ugc3RkOwoKaW50IG1haW4oKSB7CglpbnQgc2NvcmU7CglwcmludGYoIklucHV0IHNjb3JlIDoiKTsKCXNjYW5mKCIlZCIsJnNjb3JlKTsKCWlmKHNjb3JlPj01MCkKCQlwcmludGYoIlBhc3MiKTsKfQ==