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
2022-02-28 11:34:41
yajik
2022-01-15 17:10:43
#include<stdio.h>
int main()
{
int a,i,s=0;
scanf("%d",&a);
for(i=1;i<=a;i++)
{
s=s+100;
}
printf("%d",s);
return 0;
} //Tem Ka<3
2021-10-18 11:20:51
c medehgui sug min
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int main = 100;
int n = sc.nextInt();
System.out.println(main*n);

}
2021-10-16 04:49:55
#include<bits/stdc++.h>
using namespace std;
int a,b,i;
main(){
cin>>a;
for(i=1;i<=a;i++)
{
b=b+100;
}
cout<<b;
}
mai suguud
2020-11-03 14:46:58
#include<stdio.h>
#include<stdlib.h>

int main()
{
int i,n,b;
b = 0;
scanf("%d", &n);
for(i = 1; i <= n; i++)
b = b + 100;
printf("%d", b);
return 0;
}
2020-10-28 08:03:51
#include<bits/stdc++.h>
using namespace std;
int main()
{
long long i,n,s=0;
cin>>n;
for( i=1;i<=n;i++ )
s=s+100;
cout<<s<<endl;
return 0;
}
muu suguud
2020-10-28 08:03:51
#include<bits/stdc++.h>
using namespace std;
int main()
{
long long i,n,s=0;
cin>>n;
for( i=1;i<=n;i++ )
s=s+100;
cout<<s<<endl;
return 0;
}
muu suguud
2020-08-10 04:23:34

2019-12-25 14:09:28
yaj bodoh ve
2019-11-06 05:09:18
#include<stdio.h>
#include<stdlib.h>
int main () {
int a;
scanf("%d",&a);
printf("%d",a*100);
}
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.