#include<cstdio> using namespace std; int main() { int h,p,o; while (scanf("%d%d%d",&p,&h,&o)!=EOF) { if (h+p>o) printf("Hunters win!\n"); else printf("Props win!\n"); } return 0; }
Sunday, June 26, 2016
Published June 26, 2016 by Sourav Chowdhury with 0 comment
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment