Problem hidden
|This problem was hidden by Editorial Board member probably because it has incorrect language|version or invalid test data, or description of the problem is not clear.|

RGB7308 - Тонгорогсон тоо

Өгөгдсөн тооны тонгорогсон тоог ол.

Input

Бүхэл тоо өгөгдөнө.

Output

Тонгорогсон тоо.

Example

Input:
1234

Output:
4321

Нэмсэн:Bataa
Огноо:2013-01-09
Хугацааны хязгаарлалт:1s
Эх кодын хэмжээний хязгаарлалт:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Програмчлалын хэлүүд:ADA95 ASM32 BASH BF C NCSHARP CSHARP C++ 4.3.2 CPP C99 CLPS LISP sbcl LISP clisp D ERL FORTRAN HASK ICON ICK JAVA JS-RHINO JULIA LUA NEM NICE OCAML PAS-GPC PAS-FPC PERL PHP PIKE PRLG-swi PYTHON PYPY3 PYTHON3 RUBY SCALA SCM guile ST TCL WHITESPACE

hide comments
2024-01-17 12:26:01
i like to the SALLY FACE
2023-12-07 02:20:43


Last edit: 2023-12-07 02:21:13
2023-11-17 10:15:31
if you want free robux go to this link
https://www.youtube.com/watch?v=oHg5SJYRHA0
2023-11-13 12:49:14
https://www.youtube.com/watch?v=-tJYN-eG1zk
2023-10-20 13:06:18
yo where is everyone
2023-07-12 12:32:01
#include<bits/stdc++.h>
using namespace std;
main(){

int n, uld, ton=0;
cin>>n;
while(n>0)
{
uld=n%10;
n=n/10;
ton=ton*10+uld;

}
cout<<ton;
}
2023-05-09 02:55:23
































































































































































































































































































































































































































































































































































































































































































































2023-03-15 04:19:08






























































































.
2023-02-14 06:58:30















































































































































































































































































































































































































































































































































































































.






























/


































/






































































































































c
2022-12-26 08:41:19
#include<stdio.h>
main()
{
int n,s;
scanf("%d",&n);
while(n>0){
s=s*10+n%10;
n/=10;
}
printf("%d",s);
}
//https://www.youtube.com/watch?v=h_D3VFfhvs4
// bas bi chamd hairtai shuu oonh2
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.