#include<bits/stdc++.h> using namespace std; int main() { int a; int b; int c; a=1000; b=220; c=4; cout <<1000-220*4 ; return 0; }