摘要:
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
阅读(121)
评论(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
阅读(302)
评论(0)
推荐(0)
摘要:
int main (int argc, char* argv[]){std::ios::sync_with_stdio (false);//将范围从v.begin()到v.end()的元素copy到c的end()处 copy(v.begin (), v.end (), inserter (c, c.... 阅读全文
posted @ 2014-07-18 21:07
wu_overflow
阅读(367)
评论(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
阅读(132)
评论(0)
推荐(0)
摘要:
int main (int argc, char* argv[]){std::ios::sync_with_stdio (false); ifstreamfile; file.open(argv[1]); mapword_count; string word,line; while(getline ... 阅读全文
posted @ 2014-07-18 21:07
wu_overflow
阅读(238)
评论(0)
推荐(0)
摘要:
引用地址: http://blog.csdn.net/caroline_wendy题目: 写一个函数,求两个整数之和, 要求在函数体内不得使用+, -, *, /四则运算符号.不能使用运算符号,使用位运算,第一步异或运算选位,第二步与运算进位.代码:[cpp] view plaincopy#incl... 阅读全文
posted @ 2014-07-18 21:07
wu_overflow
阅读(112)
评论(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
阅读(225)
评论(0)
推荐(0)
摘要:
#include #include using namespace std;//以下任意一种定义方式均合法//using funcp = int(*) (int, int);//typedef int(*funcp) (int, int);//若已知目标类型为Func, 则可以//int Fu... 阅读全文
posted @ 2014-07-18 21:06
wu_overflow
阅读(408)
评论(0)
推荐(0)
摘要:
int array[10];int (*func(int i))[10];using arrInt = int[10];arrInt *func2(int i);typedef int arrayInt[10];arrayInt *func3(int i);auto func4 (int i)... 阅读全文
posted @ 2014-07-18 21:06
wu_overflow
阅读(190)
评论(0)
推荐(0)
摘要:
铅(なまり)の空(そら)【阴霾的天空】重(おも)く垂(た)れ込(こ)み【垂下凝重的幕帘】真白(ましろ)に淀(よど)んだ【沉入苍白之中】太阳(たいよう)が砕(くだ)けて【将太阳斩碎】耳鸣(みみな)りを尖(とが)らせる【让我大声尖叫】ひゅるりひゅるり【迅速地 迅速地】低(ひく)いツバメ(つばめ)が... 阅读全文
posted @ 2014-07-18 21:06
wu_overflow
阅读(115)
评论(0)
推荐(0)
浙公网安备 33010602011771号