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