#include<iostream>
using namespace std;
int main(){
system("color a");
while(1){
system("ping www.百度.com");
}