#include using namespace std; int main() { int n=1; double amount; while (cin>>amount && amount!=0) { int d=(int)(100*amount); if (n>1) cout<