#include<bits/stdc++.h> using namespace std; int main(){ int m,n,d; cin>>m>>n; d=(n-m)*30; cout<<d; } /************************************************************** Problem: 1320 User: yangjunwen Language: C++ Result: Accepted Time:7 ms Memory:2072 kb ****************************************************************/