大局未定,尤愿公生而为英。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《难受,来问谷民》回复:
@[HYLW](/user/663949) 感谢,加油
在讨论《难受,来问谷民》回复:
@[cxk_ctrl](/user/1210072) CSP-J嘛
在讨论《难受,来问谷民》回复:
提高刚学2个月
在讨论《坏了》回复:
@[__log__](/user/555520) 我身边的都用了NLOGN的解法 我当场汗流浃背
在讨论《有没有大佬手写c++_game?》回复:
我会写一款游戏叫“比大小”你要吗?
在讨论《会codeblocks的来帮帮》回复:
@[Karl_Wan](/user/1073879) 好吧谢谢
在讨论《会codeblocks的来帮帮》回复:
``` -------------- Build file: "no target" in "no project" (compiler: unknown)--------------- g++ -std=c++14 -c /home/mc/桌面/xxx.cpp -o /home/mc/桌面/xxx.o g++ -o…
在讨论《会codeblocks的来帮帮》回复:
@[Karl_Wan](/user/1073879) 我选择的是GNU GCC compiler,但是编译显示是未知编译器
在讨论《会codeblocks的来帮帮》回复:
@[Karl_Wan](/user/1073879) 操作:1.build 2.run 3.提示:It seems that this file has not been built yet.Do you want to build it now? 4.yes 然后没反应了。连.o文件都没了
在讨论《会codeblocks的来帮帮》回复:
@[Karl_Wan](/user/1073879) 我用codeblocks
在讨论《会codeblocks的来帮帮》回复:
@[Karl_Wan](/user/1073879) 我这是操作性问题你……
在讨论《会codeblocks的来帮帮》回复:
@[Karl_Wan](/user/1073879) ```cpp #include using namespace std; int main() { int a; cin>>a; cout<<a; } ```
在讨论《会codeblocks的来帮帮》回复:
file->new->file->C/C++->C/C++ source->C++->桌面,xxx.cpp,save->finish 之后编程,编译,运行,不出来结果
在讨论《TJ CSP的windows下》回复:
@[Lastheart](/user/979476) ☺
在讨论《TJ CSP的windows下》回复:
@[cx2021hjxhjx](/user/1277550) 那可以完全代替快读发挥作用吗?
```cpp #include using namespace std; int main() { int a,b; cin>>a>>b; int ST[int(log2(a))+1][a]; memset(ST,0,sizeof(ST)); for(int A=0;A >ST[0][A]; } for(int A=1…
在讨论《【LGR-201-Div.3】SCP-J 2024 模拟赛赛时答疑帖》回复:
@[yummy](/user/101694) 为什么T3中第五个$ x $超过了$ m $
P3958 [NOIP2017 提高组] 奶酪 代码: ```cpp #include using namespace std; struct Bal { int x,y,z; bool operator >(Bal a) { return z>a.z; } bool operator >a; for(int A=0;…
打团队模拟赛,OI赛制,T1爆零,不知道咋回事 `Tri Wor[5000000];` 0 MLE ↓ `Tri Wor[500000];` 100AC 谁比我更惨 警示后人
在讨论《采访谷友几个问题》回复:
1.不 2.不 3.0 4.ctrl+r替换 5.主函数 6.Lef,Rig,Mid 7.除法 8.abcdefg轮到哪个写哪个 9.bfs
1/2/4测试点Wa 感谢支持 ```cpp #include using namespace std; struct Bal//结构体:空洞 { int x,y,z; bool operator >(Bal a) { return z>a.z; } bool operator >a; for(int A=0;A >b…
#1 #2 #4都WA了 样例能过 感谢支持[抱拳] ```cpp #include using namespace std; struct Bal//结构体:空洞 { int x,y,z; bool operator >(Bal a) { return z>a.z; } bool operator >a; for(i…