这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
题目:[P1008 [NOIP1998 普及组] 三连击](https://www.luogu.com.cn/problem/P1008) 代码: ```cpp #include using namespace std; int main(){ for(int i1 = 1; i1 <= 9; i1 ++) { for…
代码: ```cpp #include using namespace std; int main(){ int a; cin >> a; const int n = a; int l[n + 10]; for(int i = 1; i <= n; i ++) { l[i] = 1; } for(int i = 1;…
```cpp #include using namespace std; int main(){ string s; int ans = 0, m[300], mark = 1; getline(cin, s); for(int i = 'a'; i <= 'r'; i ++) { m[i] = mark; mark…
70分代码 ```cpp #include using namespace std; string s; int ans = 0, m[150], mark = 1; int main(){ getline(cin, s); for(int i = 'a'; i <= 'r'; i ++) { m[i] = mark;…
``` #include using namespace std; int h1, m1, s1; int h2, m2, s2; char x; int ans; int y; int main(){ cin >> h1 >> x >> m1 >> x >> s1 >> h2 >> x >> m2 >> x >> s…
在讨论《求助!》回复:
谢谢大佬
在讨论《求助!》回复:
你怎么知道的
在讨论《管理员名单》回复:
qp
在讨论《想请求禁言,怎么搞?悬关!》回复:
talk with administrator.
在讨论《第一次写高精度,求指正、改进(听灌多》回复:
AAA
在讨论《宣传语言更新进度(违规紫衫》回复:
[B站](www.bilibili.com)
在讨论《c++小游戏》回复:
刚才有人问了跟你一样的问题,结果评论区的某一个人发了个病毒代码 以后别再发这种问题了
在讨论《求一些好玩的c++小游戏》回复:
有毒
在讨论《求一些好玩的c++小游戏》回复:
有种virus的感觉
在讨论《为什么经常有人举报有关游戏的帖子阿》回复:
灌水区 简要规则 灌水区可以发布水帖,其话题应当具有足够信息量、值得讨论,且和程序设计、学习生活及洛谷的使用有关。 如果不想看到水帖(和犇犇),你可以开启学术模式。
在讨论《一个某数据结构出的题》回复:
什么语言
在讨论《输出时想清空上面输入怎么办》回复:
没办法
```cpp #include using namespace std; int main(){ cout << " ********" << endl; cout << " ************" << endl; cout << " ####....#." << endl; cout << " #..###..…