我是wy小号
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
因抄袭题解而棕名惩罚
# 题解:P12443 [NERC2023] LOL Lovers ### 题目大意 给定一个长度为 $n$ 的字符串,字符串中只会包含下列两种字符。 - 用字母 $\texttt{O}$ 表示洋葱。 - 用字母 $\texttt{L}$ 表示面包。 按照以下要求输出 $k$。 - 以 $k$ 分开,字符串前缀的洋葱和…
在讨论《氧洛谷网址是那个来着?》回复:
谢谢
```cpp #include using namespace std; int aaaaaa[1000][1000], n, m, t; int xxx[4][2] = {{1, 0}, {-1, 0}, {0, 1}, {0, -1}}; int bbb[1000][1000]; struct weiyi { in…
# _P10234 [yLCPC2024] B. 找机厅_ # [疯了](https://www.luogu.com.cn/record/198061352) ```cpp #include using namespace std; int aaaaaa[1000][1000], n, m, t; int xxx[4]…
在讨论《为什么后三个测试点WA了》回复:
哦,偏移会出数组,那为什么不是RE
```cpp #include using namespace std; long long id = 0, a[100], b[100], c[100][2], n, s = 0; void dfs(int i) { if (id n) { for (long long i = 1; i n) { id++; } e…
在讨论《大神%%%求正解》回复:
问一下为什么不还原现场就能A啊?
```cpp #include using namespace std; char a[105][105]; bool u = 0; long long zt[8][8] = {{1, 0}, {0, 1}, {-1, 0}, {0, -1}}, n, m; void ss(long long i, long long…
``` #include using namespace std; long long n, a[1000001], b[100000]; int main() { cin >> n; for (long long i = 0; i > a[i]; if (a[i] % 2 != 0) { i--; n--; } }…
```cpp #include using namespace std; bool hw(long long a[1001]) { for (int i = 0; i > a >> b; hhh = int(b[0] - '0') * 1000 + int(b[1] - '0') * 100 + int(b[2] -…
ac: ``` #include using namespace std; bool a[100000001]; int main() { long long n, ans = 0, ens; cin >> n; for (long long i = 2; i using namespace std; int main…
在讨论《太酷了?》回复:
别真吐了
在讨论《太酷了?》回复:
没事就好
在讨论《太酷了?》回复:
x'x'x'x'x'x'x'x'x~~~~ 谢谢
在讨论《太酷了?》回复:
[所以??](https://www.luogu.com.cn/record/180399617)
在讨论《梦游打出的代码,www!!求调》回复:
~~xx~ _ ------------ ## 谢谢_
[?????](https://www.luogu.com.cn/record/180393863) ```cpp #include using namespace std; long long su(long long a) { for (int i = 2; i * i > n; a[0] = 1; a[1] =…
``` #include using namespace std; int main() { long long ans, g = 0, cns = 0, cns1 = 10e9, dns = 0, s = 0; string a, b, c; getline(cin, b); getline(cin, a); for…
``` #include using namespace std; const long long N = 10e4 + 5; struct www { string name; int zf; int a; int b; int c; long long id; } a[N]; bool cmp(www x, www…
在讨论《水红题爆零》回复:
@[jimmy0926](/user/1162093) 谢谢
```cpp #include using namespace std; int main() { long long n, x = 1, y = 1, z = 1, f = 1; string a; cin >> n; for (int i = 1; i > a; for (int i = 0; i = 'A' &&…
``` #include using namespace std; long long a, ans, an[1001], i = 0; int main() { cin >> a >> ans; while (ans != 0) { an[i] = ans % 10; i = i + 1; ans = ans / 1…
在讨论《??》回复:
脑子不够用了
在讨论《??》回复:
不会调了
在讨论《??》回复:
看到问题了,不会进首位
``` #include using namespace std; char a[100001], b[100001],A[10001],B[10001],j; int main() { cin>>a>>b; for(int i=strlen(a)-1,e=0; i>=0; i--,e++) { A[i]=a[e];…
20分- ``` #include using namespace std; long double ans,s; int main(){ while(scanf("%lf",&s)!=-1){ ans+=s*1000000; } printf("%.5lf",ans/1000000); return 0; } ```…