#include <iostream>
#include <string>
using namespace std;
int main()
{
   string raptor_prompt_variable_zzyz;
   // ?? coin;
   double coin;
   raptor_prompt_variable_zzyz ="Your number";
   cout << raptor_prompt_variable_zzyz << endl;
   cin >> coin;
   if (coin>5)
   {
      cout << "Number : ";
      cout << coin << endl;	  
   } else
   {
   }
   return 0;
}