• 个人简介

    #include <bits/stdc++.h>
    #include <windows.h>
    using namespace std;
    int main()
    {
        for (;;)
        {
            cout << "你是儿子" << endl;
        }
    }
    
    function text
    a = InputBox("叫爸爸")
    if a == "爸爸" then
    Msgbox("乖儿子")
    else
    Msgbox("调皮,不叫爸爸还想跑!")
    text()
    end if
    end function
    text()
    

    把上面的代码保存成.vbs,编码改成ANSI

  • 通过的题目

  • 最近活动

    This person is lazy and didn't join any contests or homework.
  • 最近编写的题解

    This person is lazy and didn't write any solutions.