#include using namespace std; int N; int main(){ cin >> N; if(N%3==0){ cout << 3 << " "; for(int i=0;i