摘要:
开始我自己写的。思路对的,但是用的变量太多啦!!学习人家的方法。好好学!过后要认真思考#include <iostream>#include <fstream>#include <queue>#include <memory.h>#include <string>using namespace std;int a,b,c;struct node{ int a1,b1; string str; node(int a2,int b2,string str1) { a1=a2; b1=b2; str=str1; } node(){}};qu 阅读全文
posted @ 2012-03-16 01:00
Jason Damon
阅读(291)
评论(0)
推荐(0)

浙公网安备 33010602011771号