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