这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《大佬们这有一个异常诡异的错误!》回复:
@[神迹](/space/show?uid=124571) AC了,谢谢dalao
在讨论《大佬们这有一个异常诡异的错误!》回复:
@[Froggy](/space/show?uid=100285) 我用的c++语言,好像选了c语言!!!! 谢谢dalao,我去试试
在讨论《大佬们这有一个异常诡异的错误!》回复:
@[Froggy](/space/show?uid=100285) 大佬看不出来么。。。
在讨论《大佬们这有一个异常诡异的错误!》回复:
@[神迹](/space/show?uid=124571) 去掉之后剩下这两个依然是同样的错误
##这个是我的错误,我并不知道这是什么啊!! 换成万能头文件同下。。。这是什么鬼,啊。。。 ~~~ /tmp/tmp3m3chds1/src:1:9: 致命错误:cstdio:没有那个文件或目录 #include ^~~ 编译中断。 ~~~ 程序贴上: ~~~ #include //#include #include…
在讨论《洛谷P1781 宇宙总统测试数据有问题!!!!!!》回复:
昨天做过,没问题的兄嘚
在讨论《一直RE什么鬼。。。。。。。。。。。。。》回复:
@[桂丶言葉](/space/show?uid=153452) 好的!!!!
在讨论《一直RE什么鬼。。。。。。。。。。。。。》回复:
@[戴柳逸](/space/show?uid=124786) 很早之前写的程序,很早 很早很早。。。。。。。。。
在讨论《一直RE什么鬼。。。。。。。。。。。。。》回复:
暂无回复
##很久之前做的一道题,今天发现原题想偷懒一下,没想到十个RE,捞!。。 ~~~ #include #include //#include #include #include #include #include #include using namespace std; typedef struct student {…
在讨论《SOS!!!》回复:
@[Kubic](/space/show?uid=119621) 好的!!已解决,谢谢!!!
在讨论《SOS!!!》回复:
~~~ in 5 3 2538 78 7972 88 6001 70 9323 89 2783 95 out 78 4 2783 95 9323 89 7972 88 2538 78 ~~~ 这组怎么肥是
#### 只对了第一个测试点,测试数据很诡异呀,有大佬帮忙看一下吗!!! ~~~ #include #include using namespace std; int main() { int x, y, z, a[5000], i, b[5000], c; double n; cin >> x >> n; n *=…
在讨论《0分求救!!!》回复:
@[ ](/space/show?uid=75977) 我原来的是在挖坑,到最后while结束的时候去填
在讨论《0分求救!!!》回复:
@[s_psoi004](/space/show?uid=105750) 好,我去试试
在讨论《0分求救!!!》回复:
@[Bambusoideae](/space/show?uid=106140) 嗯,明白
在讨论《0分求救!!!》回复:
@[ ](/space/show?uid=75977) 哪里呢?
在讨论《0分求救!!!》回复:
@[Bambusoideae](/space/show?uid=106140) 嗯嗯!
在讨论《0分求救!!!》回复:
@[sumingyang_bj](/space/show?uid=55959) 小弱还没学过堆排。qaq
在讨论《0分求救!!!》回复:
@[s_psoi004](/space/show?uid=105750) 膜拜!
在讨论《0分求救!!!》回复:
@[sumingyang_bj](/space/show?uid=55959) 好像是啊!
在讨论《0分求救!!!》回复:
@[040902fyn](/space/show?uid=25736) 答案都tel了,应该不是括号的事
在讨论《0分求救!!!》回复:
@[s_psoi004](/space/show?uid=105750) 新手想了解一下快速排序。。
在讨论《0分求救!!!》回复:
~~~ #include using namespace std; int a[100001]; void sort(int low,int high) { int i, y, b, c; y = a[low]; b = high; if (high low) { while (high > low&&a[high]…
··· #include using namespace std; int a[100001]; void sort(int low,int high) { int i, y, b, c; y = a[low]; b = high; if (high low) { while (high > low&&a[high]…
在讨论《大佬这是咋回事呀 呜呜~~~》回复:
@[20180235陈逸凡](/space/show?uid=128775) 嗯+
在讨论《大佬这是咋回事呀 呜呜~~~》回复:
@[ALIENWARE](/space/show?uid=57273) 哈哈
在讨论《大佬这是咋回事呀 呜呜~~~》回复:
@[xsl666](/space/show?uid=70581) 已经解决啦 谢谢!!
#include #include #include //#include using namespace std; void xiaoshu(char a[], int n, int j) { int i, x, y, p = 0; char b[20], c[20]; y = 0; for (i = j - 1;…