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