yes
Time Limit: 1 seconds
Memory Limit: 1024 MB
Rating: 800
Problem StatementGiven a string $S$, output $S$.
InputThe first line has string $S$.
OutputOutput $S$.
Sample CasesHow to take input in Python 3: s = input() How to give output in Python 3: print(s)Explanation
Note: Fast I/O is not required to solve this problem.
SourcesIanOJ Contest #2 (Div. 4) > Problem T
Submit | Back