c++整盅之唬人武器-病毒的信

c++整盅之唬人武器-病毒的信

What???病毒给我寄信???

也是唬人的,可以试试看哦,有点恐怖的。

#include<windows.h>
#include<fstream> 
#include <iostream>
using namespace std;
int main()
{<!-- -->
 cout<<"打开这个文件所在的路径(文件夹或盘)"; 
 ofstream outfile("来自病毒的信.txt",ios::out); 
 if (!outfile) 
 {<!-- -->  
  cerr<<"open error"<<endl;  
  return 0; 
 } 
 outfile<<"运行该程序的人:"<<endl<<endl<<"        你好,你被我们盯上了。你准备好被咔嚓了吗???"<<endl<<endl<<"                                                 ——病毒"; 
 outfile.close();
 return 0; 
}

快跑呀!!!要被打死啦!!!!!

posted @ 2021-01-12 16:53  刘桓湚  阅读(114)  评论(0编辑  收藏  举报