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