#include<iostream> #include<cstdio> using namespace std; int main(){ cout<<"13"<<' '<<"8"<<' '<<"13"; return 0; }