• 个人简介

    FreeOJ我知道因为你注定要受到神奇知识的洗礼,所以才义无反顾地来到了这里

    我精通开电脑关电脑,安装软件和调整音量,目前甚至还了解C++整数大小比较,和差计算,会使用if,else,while,for等多种命令,真的很厉害!
    我的网站:noip.fun


    独家秘诀,如何比较整数大小:

    int a,b;
    cin>>a>>b;
    if(a>b)
    {
      cout<<"a>b";
    }
    if(b>a)
    {
      cout<<"b>a";
    }
    else
    {
      cout<<"一样大";
    }
    

    独家秘诀,加减乘除:

    int a,b;
    cin>>a>>b;
    cout<<a+b;//加
    cout<<a-b;//减
    cout<<a*b;//乘
    cout<<a/b;//除
    //注意:a/b不能写成a÷b
    

    Page Views Count

    我太厉害了,居然AC了!

    我的专用Github镜像,五块钱一个月(SSL):cdns.pw me.cdns.pw

    👍
    ~这也是广告~

  • 最近活动

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

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

  • Rating