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

RGB7209 - a тооны n зэрэг

Өгөгдсөн тооны n зэргийг ол.

Input

Нэг мөрөнд Int төрлийн эерэг 2  тоо зайгаар тусгаарлагдан өгөгдөнө.

Output

an

Example

Input:
3 4

Output:
81

Нэмсэн:Bataa
Огноо:2011-06-16
Хугацааны хязгаарлалт: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
2019-10-29 08:40:36
#include <iostream>
#include <cmath>
using namespace std;
int main(){
int a,b,c;
cin>>a>>b;
c=pow(a,b);
cout<<c;
} nomunaa huul
2019-10-09 10:14:15


Last edit: 2019-10-09 10:14:52
2019-10-09 10:13:45
zl

Last edit: 2019-10-09 10:14:41
2019-10-09 10:13:44


Last edit: 2019-10-09 10:14:13
2019-03-25 04:57:31
#include <iostream>
#include <cmath>
using namespace std;
main()
{
int a,n,i,s;
cin>>a>>n;
s=pow(a,n);
cout<<s;
}

Last edit: 2019-03-25 04:58:25
2019-01-20 13:08:56

.
2018-12-12 09:13:40
hi
2018-10-01 03:52:21
#include <iostream>
#include <cmath>
using namespace std;
int main(){
int a,b,c;
cin>>a>>b;
c=pow(a,b);
cout<<c;
}
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.