• 个人简介

    #include<bits/stdc++.h>
    using namespace std;
    string s;
    int main()
    {
    	int k=0,n;
    	s="oi,我给你说个秘密";
    	cout<<s<<endl;
    	while(1)
    	{
    		cout<<"宇俞99"<<endl; 
    		k++;
    		if(k%10==0)
    		{
    			s="你磕宇俞吗?";
    			cout<<s<<endl;
    			cout<<"1磕"<<endl<<"2不磕";
    			cin>>n;
    			if(n==2)
    			{
    				s="什么!你居然不磕宇俞!\n决裂吧!"; 
    				cout<<s;
    				return 0; 
    			} 
    		}
    	} 
    }
    

    今天你内卷了吗?

  • 通过的题目

  • 最近活动

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

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

题目标签

2021
2
CSP-J
2
模板
1
图论
1
最短路
1
广搜
1