#include<iostream> using namespace std; int main(){ int n; cin>>n; cout<<0<<" "<<0<<" "<<n; return 0;}