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-18 02:05:17
⠀⠀⠀⠀⠀⠀⠈⢈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⡟⠉⢠⠃⠀⠀
⠀⠀⠀⠀⠀⠀⢠⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠻⡀⢃⢸⠀⠀⠀
⠀⠀⠀⣀⣤⣴⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠑⠀⣼⣿⠿⠧
⠀⢠⣾⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠃⣿⠏⠀⢀
⠹⣿⣿⣿⡏⢀⣤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣤⢆⠀⠀⣸⠃⢀⡔⠁
⠀⠘⢿⣿⣧⠸⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢿⡿⠏⠀⢀⣿⡶⡡⢀⠀
⢠⠐⡀⢻⣿⣦⡀⠀⠀⠀⣀⠀⠀⠀⠀⠰⡄⠀⠀⠀⠀⠀⠀⢀⢼⣿⠡⠁⡎⠀
⡀⠇⢱⡀⣿⣿⣿⣦⣤⣀⡤⠞⠀⠀⠀⠀⠙⢦⣀⣀⠀⣀⡤⠋⣾⣿⣅⢼⠁⠨
⡇⠘⢠⢇⢹⣿⣿⣿⡉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠁⠉⠁⠀⢸⣿⣿⣷⡘⠀⠀
⢃⢀⠌⠀⠼⢻⣿⣿⣧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠐⢿⣿⣿⣿⠛⠚⠀
2024-11-18 02:04:26
2024-11-13 06:51:15
fack this cheater
2024-11-13 06:47:47
zail i hate writing kode niggeers
2024-11-07 08:41:12
#include<bits/stdc++.h>
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:38:25
#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: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;

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