#include<bits/stdc++.h> using namespace std; int main(){ int a,b,s,j; a=1000; b=220; s=4; j=a-b*s; cout<<j; return 0; }