#include<iostream> using namespace std; int main() { double x = 3.14; cin >> x; if (x>0){ cout<<x<<endl; } return 0; }