#include <iostream> using namespace std; int main() { int a = 40; int c = 212; int x; x = (22-8)*a-10+c/2; cout<<x; return 0; }