#include<iostream> using namespace std; int main(){ cout<<"4 18 78"<<endl<<"8 11 81"<<endl<<"12 4 84"; return 0; }