" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
#include <iostream>
using namespace std;
int main(){ int x,n,odp=1; cin>>x>>n;
for(int i=0;i<n;i++) odp*=x;
cout<<odp;
return 0;}
Schemat w załączniku.