#include <cmath>
#include <iostream>

int main(int,char**)
{
std::cout << j0(0.) << " " << j1(0.) << " " << jn(2,0.) << "\n";
return 0;
}