朱致帆 • 2年前
using namespace std; int main(){
while(1){ system("start"); system("kill"); } return 0;
}
评论: