1042

 

#include<iostream>
using namespace std;
int main() {
 int x=1;
 for (int i = 1;i <= 1992;i++) {
  x = 1992 * x % 100;
 }
 cout << x<<endl;
 return 0;
}

 

posted @ 2017-07-16 17:22  Isaacgy  阅读(241)  评论(0)    收藏  举报