#include "iostream" using namespace std; int main() {double a,b,r,x; cin>>a>>b>>r; x=1.00; cout << x << endl; return 0; }