#include<windows.h>
using namespace std;
int main(){
while(1){
MessageBox(NULL,"三连了吗? ”,”额........问",MB_ICONEXCLAMATION|MB_OK);
}
}
04-12
3355

03-26
1万+

#include<windows.h>
using namespace std;
int main(){
while(1){
MessageBox(NULL,"三连了吗? ”,”额........问",MB_ICONEXCLAMATION|MB_OK);
}
}