摘要:
Mostly time,I conceive the frame of our life style and contemplate life in China nowadays.There is a lot to say.Many werid things and eccentric overwhelm the normal daily things and occupy the headline.As the salt of world,you have to comply with the rules that are not conspicous,which is called Hid 阅读全文
摘要:
My grade of CET6 is very poor.I feel terrible.As follow ,here are the schedule for the next CET6 in June.Fighting!!! Lolita Liu.AM:6:30 getting up 7:00~8:00 remember the vocabularyPM:1:00~2:00 TED talks & NYTA hour before going to bed.Reading! 阅读全文
摘要:
// erasing from vector#include <iostream>#include <vector>using namespace std;int main (){ unsigned int i; vector<unsigned int> myvector; // set some values (from 1 to 10) for (i=1; i<=10; i++) myvector.push_back(i); // erase the 6th element myvector.erase (myvector.begin()+5); 阅读全文