#include<bits/stdc++.h> using namespace std; int main(){ for(int i=1; i<=17; i++){ if((17-i)*2==25+i) cout<<i; } return 0; }