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