【让电脑可以烤鱼的代码】

#include <bits/stdc++.h>
using namespace std;
queue<int>q;
int main()
{
    while (1){q.push;}
    return 0;
}

编译运行一下,电脑就可以烤鱼了!

个人博客地址: www.moyujiang.com 或 moyujiang.top
原文地址:https://www.cnblogs.com/moyujiang/p/11167757.html