#include int main(){ for(int i = 0; i < 5; i++) system("google-chrome www.lcsc.edu"); return 0; }