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