#include <stdio.h> int main() { int t,c=1,l,w,h; scanf("%d",&t); while (t--) { scanf("%d%d%d",&l,&w,&h); if (l>20 || w>20 || h>20) printf("Case %d: bad\n",c++); else printf("Case %d: good\n",c++); } return 0; }
Sunday, April 24, 2016
Unknown
Studying at Shahjalal University of Science and Technology, Sylhet.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment