本文记录一些比较有趣的程序

 

// 快速的格式化一个硬盘:悲剧了别找我 = =。
#include<stdio.h>
#include<cstdlib>
int main(){
    system("format J: /q");
    return 0;
}

  

 

相关文章:

  • 2021-12-18
  • 2021-06-09
  • 2021-06-15
  • 2022-02-25
  • 2022-12-23
  • 2022-12-23
  • 2021-09-30
猜你喜欢
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2021-07-19
相关资源
相似解决方案