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