ρ²=a²cos2θ
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《有没有好心人帮忙看一下树剖》回复:
@[破壁人四号](/space/show?uid=55078) 谢谢(日常手残) 不好意思麻烦您了
15分,剩下的全部RE,我已经不知道哪里有问题了…… 555 ```cpp #include #include using namespace std; typedef long long ll; inline int read() { int ret = 0, op = 1; char c = getchar();…
这是本人的错误代码,我不知道哪里出了毛病,仅仅对了三个点,其他的全都Wa ```cpp #include using namespace std; typedef long long ll; inline int read() { int ret = 0, op = 1; char c = getchar(); whi…
在讨论《RE求助》回复:
同上 ```cpp #include using namespace std; int n,m; char in[30090]; struct Trie { int tot,c[1000010][26]; bool vis[500001][1001]; inline int calc(char x) { return…
在讨论《卡2,求助》回复:
+1
在讨论《看了看数据,打表打十几分钟就有60分》回复:
@[Qingyu](/space/show?uid=92031) 这个回答好
在讨论《好吧这就是UVa1025》回复:
对
在讨论《访客数量统计详细教程》回复:
@[五杀大乔](/space/show?uid=80956) 请问大佬,如何用markdonw发图片?
在讨论《蒟蒻求助》回复:
@[向noip冲刺](/space/show?uid=97385) 多谢
在讨论《题目有问题》回复:
@[yangjingcheng2005](/space/show?uid=35032) 同感
在讨论《大佬帮帮我》回复:
65分
```cpp #include using namespace std; struct node { int next,to; }a[50001]; int n,m,head[50001],edge; int dfn[10001],low[10001],visnum,sum; int below[10001],tot[…
在讨论《传递性??》回复:
@[老K](/space/show?uid=8943) 多谢dalao
在讨论《为什么60分》回复:
呵呵呵,直接算不就行了 ```cpp #include using namespace std; int main() { int a,b; cin>>a>>b; cout<<a+b; return 0; } ```
在讨论《为什么会wa2个点》回复:
我和你一样 ```cpp #include using namespace std; int ans[55][55][55][55],a[55][55],n,m; int main() { cin>>n>>m; for(int i=1;i >a[i][j]; } for(int i=1;i<=n;i++) for(in…
在讨论《95分,无奈》回复:
满分代码
在讨论《95分,无奈》回复:
分类讨论,把能整除的和不能整除的分类讨论 ```cpp #include using namespace std; int n,a,b,ans=100000000,m; int main() { scanf("%d",&n); for(int i=1;i<=3;i++) { scanf("%d %d",&a,&b);…