摘要: NightmareTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 5795 Accepted Submission(s): 2868 Problem DescriptionIgnatius had a nightmare last night. He found himself in a labyrinth with a time bomb on him. The labyrinth has an exit, Ignatius should 阅读全文
posted @ 2013-09-28 22:41 龚细军 阅读(247) 评论(0) 推荐(0)
摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 int main() 8 { 9 int a;10 dequestr;11 for(int i=0;i>a;14 str.push_back(a);15 }16 for(deque::iterator j=str.begin();j!=str.end();j++)17 cout<<*j;18 return 0;19 }上面的代码实现输入输出....... 阅读全文
posted @ 2013-09-28 21:29 龚细军 阅读(294) 评论(0) 推荐(0)