#include<iostream> // cin\cout\endl using namespace std; int main(){ int x=1000,y=4,k=220; cout<<x-y*k; return 0; }