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