The Description
Do you remember a sentence "Accepted today?" Yes, the sentence is mentioned frequently in lcy 's course "ACM Programming"! The contest is still in progress this moment. How excited it is! You, smart programmer, must have AC some the problems today. "Can I get copper medal, silver medal, or even golden medal?" Oh, ha ha! You must be considering this question. And now, the last problem of this contest comes. The difference You all date data in the contest, And tell You the number of golden MEDALS, silver MEDALS And copper MEDALS. Your task is to output someone's contest result. Easy? Of course! I t is the reason that I designed the problem. When you have completed this contest, do remember that sentence "Accepted today? "Son
Input
Input contains multiple test cases. Each test case starts with five Numbers N (4=& lt; N & lt;=130 -- the total number of attendees), G, S, C (1 & lt;=G<=S<=C
The Output
For each case, print a sentence in a line, and it must be one of these sentences: Accepted today? I 've got a golden medal:) Accepted today? I 've got a silver medal:) Accepted today? I 've got a copper medal:) Accepted today? I 've got an honor mentioned:) Note: You will get an honor mentioned if You can' t get copper medal, silver medal or golden medal.
The Sample Input
10 1 2 3 6
2 02:45:17
2 02:49:01
2 03:17:58
2 03:21:29
4 07:55:48
3 04:25:42
3 06:57:39
2 02:05:02
2 02:16:45
2 02:41:37
0 0 0 0 0
The Sample Output
Accepted today? I 've got a silver medal:)
# include & lt; iostream>
# include & lt; String. H>
using namespace std;
Int main () {
Int N, G, S, C, M, I, j;
Char a [150] [15].
While (cin> N) {
cin> G> S;
cin> C> M;
If (N==0 & amp; & G==0 & amp; & S==0 & amp; & C==0 & amp; & M==0)
break;
for(i=0; i
Int [150] b={0}, k=1;
for(i=0; i
[I] b=b * 10 + [I] a [I] [j] - '0'; }
for(i=0; i
K++;
If (b [I]==b] [M - 1 & amp; & STRCMP (a [I], a [M - 1)) & lt; 0)
K++; }
If (k<=G)
cout<" Accepted today? I 've got a golden medal:) "& lt;
cout<" Accepted today? I 've got a silver medal:) "& lt;
cout<" Accepted today? I 've got a copper medal:) "& lt;
cout<" Accepted today? I 've got an honor "mentioned:) & lt;
Barking up
CodePudding user response:
How do I think you are thinking is not right, or my English understanding is wrong?Should be the average time to figure out the answer, or haven't had the significance on the number of questions in each row,
CodePudding user response:
? Each line is different playersCodePudding user response: