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