#include using namespace std; typedef long long ll; int main() { ll x;cin>>x;x*=108; ll y=x/100,z=x%100; cout<