Skip to main content

Test

Tests for new website features

("  ")^\underline{\widehat{\dbinom{\odot_\vee\odot}{\raisebox{-8pt}{"}\ \wr\ \raisebox{-8pt}{"}}}}

注释

This is a notation.

例题

输入两个整数 a,ba,b,输出它们的和。(a,b109|a|,|b| \le {10}^9

Code (1)
#include <bits/stdc++.h>
using namespace std;

int main()
{
int a,b;
cin>>a>>b;
cout<<a+b<<'\n';
return 0;
}

按键

Ctrl + C or + C

脚注

  • This is a footnote test. 12

实时编辑器

Live Editor
function Clock(props) {
  const [date, setDate] = useState(new Date());
  useEffect(() => {
    const timerID = setInterval(() => tick(), 1000);

    return function cleanup() {
      clearInterval(timerID);
    };
  });

  function tick() {
    setDate(new Date());
  }

  return (
    <div>
      <h2>It is {date.toLocaleTimeString()}.</h2>
    </div>
  );
}
Result
Loading...

窗口

http://localhost:3000

This is a browser window.

网页

https://www.baidu.com

Desmos

Footnotes

  1. test #1

  2. test #2