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