这个作品对来说没意义,又好像有意义。
话不多说,上无意义代码!(自创)
#include<bits/stdc++.h>
using namespace std;
int n,st=rand()%100;
int main(){
cout<<"请随便输入一个数。(>200||<400 !:250最好!)"<<endl;
cin>>n;
cout<<n/10<<endl;
cout<<"以上为你的智商。"<<endl;
if(n==250)
{
cout<<"你个***,智商250!!!"<<endl;
cout<<st%296%5/545*5.4;
cout<<"以上为你的天才值。"<<endl;
}
for(int i=1;i<=2;i++)
{
cout<<".....";
}
return 1;
}