#include using namespace std; int main() { /* 80*12+x*(80)=120*x x=24 */ cout << 24 << endl; return 0; }