摘要:
很水的题。。。不过纠结了好久,是因为左右引号的标志初始化错了,就应该初始化一次,结果每次都初始化了Orz#include #include char str[10000];int main(){ int i,n,left=1; while( (gets(str)) ) { n=strlen(str...
阅读全文
posted @ 2013-05-01 22:30
EXLsunshine
阅读(169)
推荐(0)
编辑
摘要:
就是冒泡排序,然后记录一下一共交换了多少次原题:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=4&problem=235&mosmsg=Submissio...
阅读全文
posted @ 2013-05-01 21:44
EXLsunshine
阅读(184)
推荐(0)
编辑