#include using namespace std; int main() { cout << (260 + 220) / (12 + 20) << endl; return 0; }