Թաքցված խնդիր
|Այս խնդիրը թաքցված է խմբագրական խրհրդի անդամի կողմից քանի որ կամ այն ոչ ճիշտ լեզվով է գրված,|կամ թեստային տվյալներն են սխալ, կամ խնդրի ձևակերպումը պարզ չէ։|

ACM_0008 - BALLOT ANALYZING DEVICE

  Election committee of Flatland is preparing for presidential elections. To minimize human factor in ballot counting they decided to develop an automated Ballot Analyzing Device (BAD).

  There are n candidates running for president. The ballot contains one square field for each candidate. The voter must mark exactly one of the fields. If no field is marked or there are two or more marked fields, the ballot is  invalid. Each voter puts his/her ballot to  a special scanner in BAD. The  scanner analyzes marks on the ballot and creates a special voting string of n characters: ‘X’ for marked field and ‘.’ for unmarked one. Now voting strings must be analyzed to get the report. Your task is to develop a report  generator  for  BAD.

  Given voting strings for all ballots, your program must print the voting report. Candidates in the report must be arranged in order of decreasing number of votes. If two candidates have the same number of votes, they must have the same order as in a voting ballot. For each candidate calculate his/her result in percent (if the candidate received p votes, the result in percent is 100p/m). The last line of the report must indicate the percentage of the invalid ballots.

Input

  The first line contains two integers n and m — the number of candidates and the number of ballots (2 n 10; 1 m 1000). The following n lines contain last names of candidates. Each name is a string of at most 100 English letters. There is no candidate named “Invalid”.

  Then m lines follow, each of them contains one voting string.

Output

  Print n + 1 lines. First print results for candidates in percent. For each candidate print his/her last name followed by a space and then his/her result in percent and a percent sign ‘%’. The last line must specify the percentage of invalid ballots: a word “Invalid” followed by a space, the percentage of invalid ballots and a percent sign.

  Round all numbers to exactly two digits after the decimal point. If the number is exactly in the middle of two representable numbers, output the greater one (e.g. output “12.35” for 12.345).

Example

stdin

stdout

1

4 7

Loudy

Apples

Dogman

Miller

.X..

X...

....

..X.

..XX

..X.

..X.

Dogman 42.86%


Loudy  14.29%


Apples 14.29%


Miller 0.00%


Invalid 28.57%










Ավելացրեց.Հրանտ Հովհաննիսյան
Ամսաթիվ.2013-12-04
Ժամանակի սահմանափակումը.1s
Ծրագրի տեքստի սահմանափակումը.50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Լեզուներ.Բոլորը բացի ASM32 ASM64 GAWK CLPS CLOJURE D ERL FSHARP FORTRAN GOSU HASK ICON ICK NEM NIM OBJC-CLANG PICO PIKE PYPY PYPY3 PY_NBC RUST SCM guile CHICKEN SED TCL WHITESPACE
Աղբյուրը.Northern QF 2013.B

© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.