这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《帮忙抢票》回复:
@[WUhaojun123456](/user/709913) 主要是我姐姐让我帮忙
在讨论《帮忙抢票》回复:
在线等,急!!!
我是周杰伦的忠实粉丝,我想抢他的演唱会的票,但是我钛蒻了,于是想请各位大佬帮忙写个代码抢抢票,谢谢! [抢票网站](https://www.ypiao.com/t_98556/)
在讨论《洛谷春季课程报名指南》回复:
qp
在讨论《永久封禁公告》回复:
@[sakura110830](/user/1273467) 棕名小伙注意言行
在讨论《洛谷大版本更新通知》回复:
qp
在讨论《大佬求助,有一个点WA》回复:
```cpp #include #include using namespace std; int main() { double a, b, c; cin >> a >> b >> c; double d=b*b-4*a*c; if (d x2) { double t = x1; x1 = x2; x2 = t; }…
[惨不忍睹的记录](https://www.luogu.com.cn/record/134966126) ```cpp #include #include #include #include #include using namespace std; struct node { int x, y, t; node()…
在讨论《求助》回复:
@[2021zjhs005](/user/1121995) 谢谢,我知道了,是“No!!!”,不是“NO!!!”
在讨论《求助》回复:
@[2021zjhs005](/user/1121995) 还是RE ```cpp #include using namespace std; int nums[10]; bool check(int x){ int a = x / 100; int b = (x / 10) % 10; int c = x % 10;…
在讨论《求助》回复:
@[2021zjhs005](/user/1121995) 改过了,还输不行
在讨论《求助》回复:
@[2021zjhs005](/user/1121995) 有没有一种可能 ```cpp if(a=0){ cout<<"NO!!!"<<endl; return 0; } ```
rt [满分但又不完全满分的链接](https://www.luogu.com.cn/record/134897235) ```cpp #include using namespace std; int nums[10]; bool check(int x){ int a = x / 100; int b = (x /…
rt,由于 $ BigInteger$ 过于好用,导致我放弃了C++。 不过为什么这个代码“Java8”能过,“自动识别语言”就过不了呢? ```java import java.math.BigInteger; import java.util.Scanner; public class Main { public…
在讨论《怎么办??》回复:
``` int n, ans = 8; char c; cin if (c == 'y')ans += 5; n -= 1000; while (n > 0) { n -= 500; ans += 4; } ```
[CE记录](https://www.luogu.com.cn/record/132375340) ```cpp #include #define int long long #pragam GCC optimize(2) using namespace std; signed main(){ int a,b; cin…
[全TLE记录](https://www.luogu.com.cn/record/130038551) 代码: ```cpp #include #define db double using namespace std; int read(){int x=0,c=getchar();while(!isdigit(c))…
在讨论《求助》回复:
# 已AC,此贴结 ```cpp #include using namespace std; int main() { int n,m; cin>>n>>m; long long sum=1; for(int i=0;i 1000000000) { cout<<"-1"; return 0; } } cout<<sum…
在讨论《求助》回复:
@[lhc0707](/user/759145) 高精度
在讨论《求助》回复:
@[BugGod](/user/541254) 高精度可以吗
在讨论《求助》回复:
@[Lyrith_with_xQ](/user/1044870) 所以我开`long long`了
70分 ```cpp #include #include #define int long long using namespace std; signed main() { int a, b, n; cin >> a >> b; n = pow(a, b); if (n >= pow(10, 9)) cout <<…
在讨论《P2340 背包——RE之光》回复:
数组开大一点 ### 我的CODE ```cpp #include using namespace std; int n; int a[410], b[410]; int f[800010]; int main() { cin >> n; for(int i = 1;i > a[i] >> b[i]; memset(f…
在讨论《求救》回复:
删掉`freopen`以后还是WA一个点,RE一个点 [80分做题记录](https://www.luogu.com.cn/record/127847055)
在讨论《求救》回复:
```cpp #include #include #include #include #include using namespace std; struct node { int x, y, t; node() { } node(const int &xx, const int &yy, const int &tt)…
在讨论《洛谷举报专区》回复:
@[csyakuoi](https://www.luogu.com.cn/user/60202) 题解抄袭嫌疑,题解在网络上可以找到 [原题解链接1](https://www.cnblogs.com/csyakuoi/p/14012749.html) [原题解链接2](https://www.cnblogs.com/c…
在讨论《求助》回复:
@[lhc0707](/user/759145) 发表无意义帖子,举报了(bushi)