Бодолт илгээх | Бүх бодолтууд | Шилдэг бодолтууд | Жагсаалт руу буцах |
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
|
||||||||||||
2020-10-28 09:39:22
#include <iostream> #include <cmath> using namespace std; int main() { int a,v,n; cin>>a>>n; v=pow(a, n); cout<<v<<endl; return 0; } |
||||||||||||
2020-01-23 05:43:46
#include <iostream> #include <cmath> using namespace std; int main() { int a,n,i,s; cin>>a>>n; s=pow(a,n); cout<<s; } |
||||||||||||
2020-01-23 05:14:08
#include <iostream> #include <cmath> using namespace std; int main() { int a,n,i,s; cin>>a>>n; s=pow(a,n); cout<<s; } |
||||||||||||
2019-12-17 10:06:03
#include <cstdio> int main(){ int a; scanf("%d" ,&a); for(int i=1 ; i<=a ; i++) printf("Лхагвадорж тэнэг \n"); } |
||||||||||||
2019-12-13 14:33:06
pow ni yu ym |
||||||||||||
2019-11-29 08:01:50
#include <iostream> #include <cmath> using namespace std; int main() { int a,n,i,s; cin>>a>>n; s=pow(a,n); cout<<s; } |
||||||||||||
2019-11-14 07:56:19
ene bodlogo buruu bn |
||||||||||||
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 |