test


公式测试

$O(n^2)$
$$
ans = \sum_{1}^n \sqrt{\frac{4ac-b^2}{2a}}
$$

代码测试

注:在hexo框架下,markdown标示c++语言需要写成cpp

#include<bits/stdc++.h>
using namespace std;
int main()
{
    int a, b;
    cin >> a >> b;
    cout << a + b << endl;
    return 0;
}
a, b = map(int, input().split())
print(a + b)

表情测试

😆


文章作者: caidd
文章链接: http://caidd.fun/test/
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 caidd !
评论
  目录