#include<bits/stdc++.h> using namespace std; int main() { int ti; ti=(10+20)*8/2; cout<<ti; return 0; }