HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Volumes > Array and Matrices > problem:


50531 - File Decryption

Guest
• Review clarifications (1)

Volume problems

• 50444 - n digit kth number divisible...
• 50865 - Apartment Building Adminis...
• 51011 - Decoding the Path
• 51019 - Finding the hidden message
• 51002 - The most successful classes
• 50525 - Ordering Pizza
• 50342 - 100 Factorial
• 50524 - Elevator
• 50531 - File Decryption
• 50758 - National Elections - Revisited
• 50687 - Pascal Triangle - 2
• 50756 - Average of the Nth Student
• 50457 - The Number of Winners
• 50752 - Student Groups
• 50451 - Processing Cost
• 50751 - The biggest Minute
• 50468 - Draw Matrix - 2

Feedback

If you notice incorrect translations in Contester, please let author know.

Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb.
Question by Ibrahim Mesecan.

File Decryption

Your National Secret Agency, wants to transmit some encrypted files. You will be given the character correspondence. And you are required to decrypte the files.

Question:
Write a program that is going to read character correspondence and then n lines of encrypted text. Your program will show n lines of decrypted text.

Input specification
You will be first given two integer numbers:

  • number of text lines (n) where 1 ≤ n ≤ 2000 and
  • number of chars used in character correspondence list (m) where 1 ≤ m ≤ 26
Then the following m lines will list m character pairs (actual character and corresponding char in encrypted text), You will be given n lines encrypted text in the end. Every line may contain a text up to 255 chars. The text will contain only 26 English lowercase letters.

Output specification
Show n lines of decrypted text.

Sample Input I
  3 17
  a k
  c x
  d b
  e d
  g u
  i l
  l v
  m h
  n s
  o g
  p z
  r o
  s w
  t q
  u t
  w f
  y n
  ngto skqlgskv wdxodq kudsxn  
  fksqw qg qokswhlq
  wghd dsxonzqdb bkqk
Sample Input II
  2 14
  a f
  c r
  d l
  e w
  f e
  i y
  m i
  n d
  o m
  p k
  r a
  s z
  t c
  u n
  yd f rmikwcycymd  
  ema zcnlwdcz
Sample Output I
  your national secret agency  
  wants to transmit
  some encrypted data
Sample Output II
  in a competition
  for students


Для отправки решений необходимо выполнить вход.

www.contester.ru