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.|

RGB7206 - 100-г n удаа нэм

100-гийн тоог тодорхой давталт ашиглан өгөгдсөн тоон удаа нэм.

Input

Int төрлийн эерэг тоо өгөгдөнө.

Output

Нийлбэр

Example

Input:
6
Output:
600

Нэмсэн:Bataa
Огноо:2011-06-12
Хугацааны хязгаарлалт:0.203s
Эх кодын хэмжээний хязгаарлалт: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-03-21 02:50:13
7-1 lhamyanjin dont copy
2024-03-20 05:06:03
8-1 enkhjin huulhaa boli
2024-03-15 03:46:54
enhjin almasaa
2024-03-15 03:46:38
8-1 Irmuuun-maugli zarai muutei shuu
2024-02-29 02:51:08
#include <iostream>
#include <sstream>
#include <string>
#include <cstdlib>
#include <cmath>

using namespace std;

// Headers
string toString (double);
int toInt (string);
double toDouble (string);

int main() {
int a;

cin >> a;
cout << a * 100 << endl;
return 0;
}

// The following implements type conversion functions.
string toString (double value) { //int also
stringstream temp;
temp << value;
return temp.str();
}

int toInt (string text) {
return atoi(text.c_str());
}

double toDouble (string text) {
return atof(text.c_str());
}
2024-02-23 14:16:47
#include <iostream>
using namespace std;

int main() {

int n;
cin>>n;
cout<<n*100;
}
2024-02-18 07:40:05
rainbow gana
2024-02-15 06:19:30
Whats good niggas, get on mobile legends to get your ass fucking clapped.
2024-01-19 05:56:34
Sanchir air buduun
2023-12-21 05:26:20
mishel niger
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.