#include <iostream> using namespace std; int main(){ int a=1000,ny=220,xm; xm=a-ny*4; cout<<xm; return 0; }