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