using namespace std;

int main()
{
	int b;
	cin>>b;
	cout<<1<<' '<<1<<' '<<(b-2);
	return 0;
}

3 comments

  • 1