EMAILGEN - Generador de direcciones de correo electrónico

no tags 

in English

Design a program that will generate e-mail addresses. The program receive the full name of a faculty users (surname and name are assigned to one variable) and should return the e-mail address generated. The domain assigned to the faculty for the e-mail is: frsf.edu.ar, and the user name is formed with the initial of the name and then the surname.

Input

Full name.

Output

E-mail.

Example 1

Input:
Juan Perez

Output:
jperez@frsf.utn.edu.ar

Example 2

Input:
Pedro Gomez

Output:
pgomez@frsf.utn.edu.ar


en Español

Diseñar un programa que permita generar direcciones de correo electrónico. El programa recibe el apellido y nombre de un usuario de la facultad (apellido y nombre se asignan a una sola variable) y debe retornar la dirección de correo electrónico (e-mail) generada. El dominio asignado a la Facultad para el e-mail es: frsf.edu.ar, y el nombre de usuario se forma con la inicial del nombre y a continuación el apellido.

Entrada

Nombre y Apellido.

Salida

Dirección de correo electrónico.

Ejemplo 1

Input:
Juan Perez

Output:
jperez@frsf.utn.edu.ar

Ejemplo 2

Entrada:
Pedro Gomez

Salida:
pgomez@frsf.utn.edu.ar


Added by:Coach UTN FRSF
Date:2015-08-03
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: ASM64 GOSU JS-MONKEY