#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;}