全部评论 8

  • 置顶

    666,你可以把人变成符拉迪沃克,他会吃小孩,和夏老师一样

    2025-08-08 来自 河北

    2
  • 2025-08-07 来自 陕西

    1
  • 没有使用AI(确信)。如果要改编的话,原创(我)同意就可以

    2025-08-06 来自 陕西

    1
  • 此游戏windows鸿蒙系统都可以(因为我就是鸿蒙系统拿windows我自己都玩不了,更别说测试了)

    2025-08-06 来自 陕西

    1
  • #include<iostream>
    #include<string>
    using namespace std;

    int main() {
    int a, b, c, d, e, f;
    int choice, reviveChoice, rc3, rc4;
    string rc2;
    string hugeInput;

    cout << "此游戏由ACGO C++好还是MC好工作室发布 " << endl;
    
    cout << "想进工作室在浏览器搜\"https://www.acgo.cn/application/1941707591331131392\"团主同意后即可加入!我们在团队里面等着你,快来加入!" << endl;
    cout << "团队里面有超多资料帮你上分!" << endl;
    cout << "要进的抓紧进!" << endl;
    
    for(int i = 0; i < 4; i++) {
        cout << "   " << endl;
    }
    
    cout << "开始游戏" << endl;
    cout << "你被番茄先生逮捕了,你要答对几道题才能通关" << endl;
    cout << "番茄先生:不要输入敏感字符!" << endl;
    // 第一关
    cout << "1+1=" << endl;
    cin >> a;
    if (a == 2) {         
        cout << "你答对了" << endl;
    } else {
        cout << "你死了,达成结局1:错误,坏结局" << endl;
        return 0;
    }
    
    cout << "45+89=" << endl;
    cin >> b;
    if (b == 134) {         
        cout << "你答对了" << endl;
        cout << "你通过了第1关" << endl;
    } else {
        cout << "你死了,达成结局1:错误,坏结局" << endl;
        return 0;
    }
    
    // 第二关
    cout << "3×8=" << endl;
    cin >> c;
    if (c == 24) {         
        cout << "你答对了" << endl;
    } else {
        cout << "你死了,达成结局1:错误,坏结局" << endl;
        return 0;
    }
    
    cout << "230×30=" << endl;
    cin >> d;
    if (d == 6900) {      
        cout << "你答对了" << endl;
        cout << "你通过了第2关" << endl;
    } else {
        cout << "你死了,达成结局1:错误,坏结局" << endl;
        return 0;
    }
    
    // 第三关
    cout << "3×9+45=" << endl;
    cin >> e;
    if (e == 72) {
        cout << "你答对了,但是番茄先生神经错乱,他感觉你有点慢,番茄先生愤怒值+5" << endl;
    } else {
        cout << "你死了,达成结局1:错误,坏结局" << endl;
        return 0;
    }
    
    cout << "1+1=" << endl;
    cin >> f;
    
    cout << "你答的太慢了(因为番茄先生又犯***了)" << endl;
    cout << "番茄先生给你了一枪!" << endl;
    
    
    cout << "你醒过来之后,你发现自己在一个牢房里" << endl;
    cout << "牢房四周都是昏暗的墙壁" << endl;
    cout << "外面还有个番茄先生在巡逻" << endl;
    cout << "你需要逃出去! ! !你要找到合适的物品" << endl;
    

    escape:
    cout << "你要选择" << endl

    2026-07-30 来自 浙江

    0
  • 此处输入正文,2千字以内,可点击右上角【去预览】按钮查看markdown展示效果

    2026-07-13 来自 广东

    0

  • 兄弟们写Java的时候侦测输入写成C++了我还有救吗?

    2026-06-29 来自 陕西

    0

  • 兄弟们写Java的时候侦测输入写成C++了我还有救吗?

    2026-06-29 来自 陕西

    0

热门讨论