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