#include<iostream> using namespace std; int main(){ int a,b,c,d ; a=1000; b=220; c=4; d=1000-220*4; cout<<d<<endl; }