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