#include <bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; long long int sum=a*b; cout<<sum%1000; return 0; }