这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《10分有wa有tle求调》回复:
@[dongzirui0817](luogu://user/905593)我今天从新写了一个代码现在A了啊,您不看看这是昨天的帖子啊,现在A了很正常啊 ``` #include using namespace std; int num(int sum) { int count = 0; while(sum > 0) {…
在讨论《10分有wa有tle求调》回复:
@[dongzirui0817](luogu://user/905593)wa是怎么回事啊
10分有wa有tle求调 ```cpp #include using namespace std; int main() { int n, m; cin >> n >> m; vector a(n + 1, 0); vector sum(n + 1, 0); vector flag(n + 1, 0); for (in…
在讨论《为什么只得5分???》回复:
@[zhaoshufan](luogu://user/1566493)谢谢谢谢谢谢谢谢谢谢谢谢!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!(已关!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!)
``` #include #include #include #include using namespace std; int main() { long long n, s, m; cin >> n >> s >> m; double num = 10000000 / n; for (int i = 0; i <=…
在讨论《为什么只得5分???》回复:
@[zhaoshufan](luogu://user/1566493)谢谢?但我没看懂啊?
为什么只得5分??? ``` #include #include #include #include using namespace std; int main() { long long n, s, m; cin >> n >> s >> m; double num = 10000000 / n; for (int…
在讨论《64, 995》回复:
@[HuangSiHan3116](luogu://user/1355829)谢谢,已关
``` #include #include #include using namespace std; int main() { int n; cin >> n; vector a(n); vector b(n); string max = ""; for (int i = 0; i > a[i]; b[i] = a[…
哪位大佬,能修改一下我的代码(注意是修改!!!不要AC代码!!!)(本代码有WA,有RE) ``` #include #include #include using namespace std; int main() { int n; cin >> n; vector a(n); vector b(n); for (i…
995 ``` #include #include #include using namespace std; int main() { int n; cin >> n; vector a(n); vector b(n); string max = ""; for (int i = 0; i > a[i]; b[i]…
在讨论《???》回复:
@[chenyuan3](luogu://user/559528)谢谢,已关
995 ``` #include #include using namespace std; int main() { string a; getline(cin, a); int max = 0; int low = 300; int b = 0; int c = 0; int max1 = 0; int low1…
在讨论《???》回复:
@[chenyuan3](luogu://user/559528)wa
在讨论《???》回复:
@[chenyuan3](luogu://user/559528)谢谢,可还是80啊
在讨论《满江红》回复:
@[PENGJIANYU](luogu://user/1283457)已关,但能不能告诉我我错哪了
``` #include #include using namespace std; int main() { string a; cin >> a; int b[26] = {0}; int low = 1200; for (int i = 0; i < a.size(); i++) { if (a[i] == 'a…
求助 ``` #include #include using namespace std; int main() { string a; getline(cin, a); int max = 0; int low = 300; int b = 0; int c = 0; int max1 = 0; int low1 =…
``` #include #include using namespace std; int main() { long long t, x, y; cin >> t; for (int i = 1; i > x >> y; int num = 1; while (x != 0 && y != 0) { if (num…
我这算不算卡bug ``` #include using namespace std; int main() { int x, y, z, w; cin >> x >> y >> z >> w; if (z != 0) { if ((x / z) * w == y) { if (x / z == 0) { cout <…
在讨论《有啥问题???》回复:
``` #include using namespace std; int main() { int x, y, z, w; cin >> x >> y >> z >> w; if (z != 0) { if ((x / z) * w == y) { if (x / z == 0) { cout << "-1"; }…
在讨论《80求条》回复:
谢谢,已关
80求条,必关 ``` #include using namespace std; int main() { int a, b, c, d, e, f, g, h, i, j, k, l, m, n, o; cin >> a >> b >> c >> d >> e >> f >> g >> h >> i >> j >>…
在讨论《?循环也可以?》回复:
这代码好烦 ``` #include using namespace std; int main() { int a, b, c; cin >> a >> b >> c; if (a == 1 && b == 2 && c == 3) { cout << "BYR"; } else if (a == 1 && b ==…
在讨论《求求了,帮帮我!!!》回复:
@[Eason1010](/user/923004) 谢谢,已关,以后还要请你多多指教哦
在讨论《哪位大佬帮忙找找错哪了》回复:
``` #include #include using namespace std; int main() { double a, b, c, d, e, x, y; cin >> a >> b >> c >> d >> e >> x >> y; double num = a * x + b * y; double n…
哪位大佬帮忙找找错哪了``` #include #include using namespace std; int main() { double a, b, c, d, e, x, y; cin >> a >> b >> c >> d >> e >> x >> y; double num = a * x + b *…
在讨论《求求了,帮帮我!!!》回复:
@[Eason1010](/user/923004) 那怎么写呢
0分,别骂我菜 ``` #include using namespace std; int main() { int a, b, c; cin >> a >> b >> c; if ((a + b + c) % 2 != 0) { cout << (a + b + c) / 2 + 1 << ' '; cout <<…