Hide

Problem M
Social Media Retort

Languages en is
/problems/samfelagsmidlasvar/file/statement/en/img-0001.jpg
Example of AI slop, taken from commons.wikimedia.org

After having had far too many social media arguments an idea popped into your mind. The simplest way of convincing everyone else that something is terrible is to call it “slop”. So the only thing needed for a retort is to take an important word from their message and slap the suffix “slop” on it. The last word is usually important, so let’s just go with that.

Input

The input contains a single line. The line can contain multiple words, but only English letters along with spaces. The line is at most $1\, 000$ characters.

Output

Print the last word in the input with the suffix “slop” added.

Scoring

Group

Points

Constraints

1

50

The input is one word.

2

50

No further constraints.

Sample Input 1 Sample Output 1
AI
AIslop
Sample Input 2 Sample Output 2
micro
microslop
Sample Input 3 Sample Output 3
high quality
qualityslop
Sample Input 4 Sample Output 4
Just for once in your life pick up a pencil
pencilslop

Please log in to submit a solution to this problem

Log in