• 个人简介

    有一个发现,可能你知道 如:

    #include<bits/stdc++.h>
    using namespace std;
    int main(){
       cout<<"看到的人最帅/最美!";
       return 0;
    }
    

    我们可以不改变它的思想打乱代码

    #include<bits/stdc++.h>
    using namespace std;
                        int 
          main(){
       cout 
                                     <<
            "看到的人最帅/最美!"
    	;
       return 
         0      
    		   ;
    }
    

    不信你可以复制粘贴来试 (注:是c++哦) ---------进入其他专题---------

    开创造的man

  • 通过的题目

  • 最近活动

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

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

题目标签

前缀和
2