408704: GYM103269 A Welcome
Memory Limit:256 MB
Time Limit:1 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
A. Welcometime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard output
Welcome to UTPC! We are excited for a great semester of contests ahead and hope that you enjoy today's contest. To start with (and as a way to test and get used to the Codeforces submission system), just read the input in and output it unchanged.
InputThe input will contain a single string $$$s$$$ of length $$$n$$$ where $$$1 \leq n \leq 100$$$.
OutputOutput the same string as the input.
ExampleInputWelcome to UTPC!Output
Welcome to UTPC!