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