摘要:
#pragma warning (disable: 4786)#include #include #include using namespace std;//要注意当前访问的页面就是backset栈顶的元素,切记//理解浏览器前进后退的含义自己编int main(){ stack back,forward; string command,url; back.push("http://www.acm.org/"); while (cin>>command,command!="QUIT") { if (command == "VISI 阅读全文
posted @ 2012-08-16 20:03
gitran
阅读(327)
评论(0)
推荐(0)
浙公网安备 33010602011771号