[Assembly_Training] Input same Output

View as PDF



Problem type
Allowed languages
Assembly, Clang, Clang++, Cobol, D, Groovy, Haskell, JS, Lua, Node JS, ObjectiveC, Prolog, Scala
Points: 100 Time limit: 1.0s Memory limit: 256M Input: stdin Output: stdout

Input

  • Một dòng duy nhất chứa xâu \(s\) chỉ gồm các kí tự la tinh thường, và độ dài xâu \(s\) không quá \(100\)

Output

  • In ra xâu \(s\) đã cho

Example

Test 1

Input
abc
Output
abc

Comments

There are no comments at the moment.