#include <iostream>
#include <vector>
#include <string.h>
#include<stdio.h>
using namespace std; 

int main(){
   int x; 
   cin >> x; 
   for (int i = 0; i < 3; i++){
    cout << x << " 2"; 
   }
    
  
}