#include <iostream>
#include <windows.h>
using namespace std;
int main(){
while(1){
MessageBox(NULL,"3.14159265358979323846","v=sh ahdfbasvh,bfmh",MB_OK);
}
return 0;
}
整人代码 弹窗
最新推荐文章于 2025-07-30 22:38:42 发布
#include <iostream>
#include <windows.h>
using namespace std;
int main(){
while(1){
MessageBox(NULL,"3.14159265358979323846","v=sh ahdfbasvh,bfmh",MB_OK);
}
return 0;
}