#P10676. Social Media Fan Identifier
Social Media Fan Identifier
Social Media Fan Identifier
A is highly active on various platforms. A's handle on each platform is determined by taking the first letter of the website name and concatenating it with the fan count.
For example, if A has 20 fans on Bilibili, the handle will be B20
; if A has 0 fans on wikidot, the handle will be w0
.
Given the website name and the corresponding fan count, output A's handle.
inputFormat
The input consists of a single line containing a string S and an integer N separated by space, where S represents the website name and N represents the fan count.
outputFormat
Output A's handle, which is the concatenation of the first character of S and the integer N.
sample
Bilibili 20
B20