Must Be Added To Your Cart.
#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; }
Unknown
Studying at Shahjalal University of Science and Technology, Sylhet.
Coprights @ 2016, Coder Cart
0 comments:
Post a Comment