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