Acrònims


Submit solution

Points: 10
Time limit: 5.0s
Memory limit: 256M

Author:
Problem type
Allowed languages
C#, Go, Java

En el món de la informàtica els acrònims són molt comuns: https://en.wikipedia.org/wiki/List_of_computing_and_IT_abbreviations

Transforma una frase en el seu acrònim.

Input Format

Una frase en una línia.

Constraints

-

Output Format

L'acrònim de la frase

Test Case 1

Input
Hello world!
Output
HW

Test Case 2

Input
is this the real life
Output
ITTRL

Test Case 3

Input
what the font
Output
WTF

Test Case 4

Input
Read the fucking manual
Output
RTFM

Test Case 5

Input
a
Output
A

Test Case 6

Input
GNU's not Unix
Output
GNU

Test Case 7

Input
PHP Hypertext Preprocessor
Output
PHP

Test Case 8

Input
What you see is what you get
Output
WYSIWYG

Test Case 9

Input
hola Mon
Output
HM

Authorship: Gerard Falcó

CC BY-NC-SA 4.0