#include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; int m=n/200; cout<<n-25*m; return 0; }