标签:输入数据 col title map ons using stream tput 实例
#include <algorithm> #include <iostream> #include <cstring> #include <cstdio> #include <vector> #include <cmath> #include <queue> #include <deque> #include <cmath> #include <map> using namespace std; typedef long long ll; const double inf=1e20; const int maxn=100+10; const int mod=1e9+7; int main(){ int n,m; while(scanf("%d%d",&n,&m)!=EOF){ if(n==m&&m==0)break; int num=1; for(int i=0;i<m;i++){ num*=n; num%=1000; } printf("%d\n",num); } return 0; }
标签:输入数据 col title map ons using stream tput 实例
原文地址:https://www.cnblogs.com/wz-archer/p/12444187.html