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