#include<bits/stdc++.h> using namespace std; int main(){ int a=1000,b=220,c=0; c=a%b; cout<<c<<endl; }