#include <iostream>#include <cstdlib>using namespace std;int main(){ std::system("start www.youtube.com");}
12345678