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-07-14 22:42:34
ha
2022-06-30 05:44:36
caught 4k
2022-05-06 06:42:49
a=int(input())
b=1
c=1
for c in range(1,a+1,1):
b=b*2
print(b)
sansar suga ala mai
2022-05-06 05:56:46
tgd tusalval tuslachde
2022-05-02 08:49:02
a=int(input())
b=1
c=1
for c in range(1,a+1,1):
b=b*2
print(b)
rgb7208 aluda zl psta

\

v dffg gb





v
v
v
v v
v


v v
v
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);
}
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.