#include<bits/stdc++.h> using namespace std; int a,b; int main(){ a=220; b=1000; cout<<b-a*4; return 0; }