Số đảo ngược

View as PDF



Author:
Problem types
Allowed languages
C, C#, C++, Clang, Clang++, Cobol, D, Groovy, Haskell, Java, JS, Kotlin, Lua, Node JS, ObjectiveC, OCaml, Output, PHP, Prolog, Pypy, Pypy 3, Python, Ruby, Rust, Scala, Scratch, Swift
Points: 100 (p) Time limit: 1.0s Memory limit: 256M Input: stdin Output: stdout

Cho một số nguyên dương \(n\). (\(n\) có không quá \(255\) chữ số).
Yêu cầu: Hãy tìm số đảo ngược của \(n\).

Input

  • Số nguyên dương \(n\).

Output

  • Số nguyên dương \(n\).

Example

Test 1

Input
111111111122222222223333333333
Output
333333333322222222221111111111

Comments