摘要:
list& DeleteRepeatElements (list&lst){ lst.sort(); lst.unique(); for (conststring &each_word : lst)cout << each_word << " "; cout<< endl; returnlst... 阅读全文
posted @ 2014-07-18 21:07
wu_overflow
阅读(117)
评论(0)
推荐(0)
摘要:
int main (int argc, char* argv[]){std::ios::sync_with_stdio (false); vector fuck{ "fuck", "fuck", "fuck", "fuck", "fuck", "fuck","fuck", "fuck", "f... 阅读全文
posted @ 2014-07-18 21:07
wu_overflow
阅读(121)
评论(0)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Csharp{ classProgram {static ... 阅读全文
posted @ 2014-07-18 21:07
wu_overflow
阅读(218)
评论(0)
推荐(0)
摘要:
include include include int main(int argc, char **argv){int a = 0, b = 0, c = 0;string str;getline(cin, str);for(auto it = str.begin(); it != str.e... 阅读全文
posted @ 2014-07-18 21:07
wu_overflow
阅读(291)
评论(0)
推荐(0)
摘要:
int main (int argc, char *argv[]){ string file= argv[1] ; cout> word)out << word << " "; ifstream in(file); if(!in.is_open ()) {cout << "Cannot ope... 阅读全文
posted @ 2014-07-18 21:07
wu_overflow
阅读(111)
评论(0)
推荐(0)
摘要:
一个很重要的想法来自http://zhex.iteye.com/blog/492722提到的:3. 两个三位数的乘积肯定是一个六位数, 而这个六位回文数数P我们可以用xyzzyx的形式表示,那我们可以得到下面的公式:P = 100000x + 10000y + 1000z + 100z + 1... 阅读全文
posted @ 2014-07-18 21:07
wu_overflow
阅读(162)
评论(0)
推荐(0)
摘要:
#include >#include >#include >#include >using namespace std;string make_plural(size_t ctr, const string &word, const string&ending){ return (ct... 阅读全文
posted @ 2014-07-18 21:07
wu_overflow
阅读(168)
评论(0)
推荐(0)
摘要:
int main(int argc, char **argv){ int i; cout>i; autoif_equal_zero = [&]()-> bool{if (i == 0)return true;elsewhile (i > 0)--i;return false; }; cout ... 阅读全文
posted @ 2014-07-18 21:07
wu_overflow
阅读(158)
评论(0)
推荐(0)
摘要:
吹きすさぶ风の中で(猛烈吹拂的风中)崖っぷちを仆等は駆ける(我们急奔在悬崖边)决して后ろを振り向かない(绝对不能回头)一言も言叶は喋らず(一句话也没说)いつの日も忏悔する事もなく(什么时候也没有让我们后悔的事)空を见上げりゃ激しい雨が降りかかる(仰望向天空 猛然倾盆而下的暴雨)収まったかと思え... 阅读全文
posted @ 2014-07-18 21:06
wu_overflow
阅读(106)
评论(0)
推荐(0)
摘要:
听说过一个关于水池和泥潭的理论,说是一个孩子扔出了一枚石子,如果丢进了水池,水池会用涟漪来积极地回应而如果扔进了泥潭,泥潭则不为所动,丝毫不去理会。什么意思呢?你或是别人可能就是那个孩子,你说出的话,或是表达出的暗示就是那枚石子,别人,或者就是你,就可能是那水池或是泥潭,你是会积极地回应呢,还... 阅读全文
posted @ 2014-07-18 21:06
wu_overflow
阅读(139)
评论(0)
推荐(0)
浙公网安备 33010602011771号