• 个人简介

    #include<bits/stdc++.h>
    using namespace std;
    string n;
    int main()
    {
    	cout<<"用 0 2 5 三个数字组成一个数字"<<endl;
    	cin>>n;
    	if (n=="250") cout<<"对的 是你";
    	else if (n=="025") cout<<"傻子 你写的是什么";
    	else if (n=="052") cout<<"傻子 你写的是什么";
    	else if (n=="520") cout<<"?你暗恋我";
    	else if (n=="205") cout<<"傻子 你写的是什么";
    	else if (n=="502") cout<<"傻子 你写的是什么";
    	else cout<<"?";
    }
    
    
    
  • 通过的题目

  • 最近活动

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