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

RGB7208 - 2-ын n зэрэг

2-ын өгөгдсөн тоон зэргийг ол. /2-ын n зэрэг гэдэг нь 2*2*...*2. Жишээ нь 2-ын 3 зэрэг 2*2*2=8 /

Input

Int төрлийн нэг тоо өгөгдөнө. Тэр тоо нь 2-ыг хэдэн удаа үржүүлэхийг заана.

Output

2-ын өгөгдсөн тоон зэрэг.

Example

Input:
5

Output:
32

Нэмсэн:Bataa
Огноо:2011-06-13
Хугацааны хязгаарлалт:0.206s
Эх кодын хэмжээний хязгаарлалт: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-04-01 03:31:53
lots of love to kai kamal huening
2022-03-24 09:56:45
#include<stdio.h>
int main()
{
int l=2, k, n, i;
scanf("%d", &n);
for(i=1; i<n; i++)
{l=l*2;}
printf("%d",l);




return 0;

}

HENTII GANGGG PUKA
2022-03-15 08:33:57
eegii suga
2022-02-10 12:49:13
#include<stdio.h>
int main()
{
int a,b=2;
scanf("%d",&a);
while(a>1)

{
b=b*2;
--a;}
printf("%d\n",b);

return 0;
}
2022-02-09 16:40:59
#include<stdio.h>
int main()
{
int a,u=2,i;
scanf("%d",&a);
for(i=1;i<a;i++)
{
u=2*u;

}
printf("%d",u);
}
2022-01-06 09:19:51


Last edit: 2022-01-06 09:21:33
2021-11-21 11:35:28
chinzo + enguun = medehgui -_-
2021-10-18 11:40:05
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int a = 2;
int r = 1;
int n = sc.nextInt();
while (n != 0) {
r*=a;
n--;
}
System.out.println(r);
}
ter java deerh gej bga hun yagaad c++ ashiglahgui bga ym
2021-10-14 14:09:51
java dr ymar command oghiim boloo
2021-04-09 15:10:25
JSHG;SJHG;LJS;LGJS;LDKGJ;DSLKJGL;SKDJG;LSDKJG;LSDJGLKJDS;GLKJSD;LGKJ;DSLKJG;LSKDJG;LSDJG;LKSDJG;LSDJ;GLKJFDS;LKJG
























































































































© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.