返回列表 發帖
#include<iostream>
#include<cstdlib>
#include<time.h>
using namespace std;
   int ya()
    {return 100;
    }
   
    int main()
{
    cout<<ya()<<endl;
    system("pause");
    return 0;
      
}

TOP

返回列表