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
2024-11-07 08:35:58
#include <iostream>
using namespace std;

int main() {

int a,n,b=1;
cin>>a>>n;
for(int i=0; i<n; i++)
b=b*a;
cout<<b<<endl;

return 0;
}
2024-11-07 08:17:13


Last edit: 2024-11-07 08:20:30
2024-11-06 12:25:40
fuck that girl


Last edit: 2024-11-08 09:39:58
2024-11-06 01:56:27
#include<stdio.h>
int main(){
int a,n,i,b;
scanf("%d %d",&a,&n);
b=a;
for(i=1;i<n;i++)
b=b*a;
printf("%d",b);
return 0;

}
2024-10-31 04:10:30
aa niger
2024-10-30 10:00:48
#include<iostream>
using namespace std;
int main()
{
int a,b,s;
cin>>a>>b;
s=a*b;
cout<<s<<endl;
return 0;
}
2024-10-30 09:52:06
nigeruud
2024-10-29 15:47:55
Hi guys
2024-10-29 09:01:29
oilgoldooooooo sugaaa
2024-10-09 06:28:32
ermmmm what the sigma
ermmmm what the sigma
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.