10 2013 档案
摘要:悲剧,poj讨论区所以的测试数据都测试通过了,提交后还是不正确#include #include #include #include using namespace std;struct Object{ int ID; int Level; int Price; map Replace;public: Object(int id,int level,int price):ID(id),Level(level),Price(price) { }};struct PriceRoute{ int Price; int Target; vector Route; int Max; int Min; s
阅读全文
摘要:1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 int m,n; 7 vector warMap; 8 9 map LineStatus; 10 int EndData; 11 struct KeyVal 12 { 13 int key; 14 int val; 15 public: 16 KeyVal(int k,int v):key(k),val(v) 17 { 18 19 } 20 }; 21 struct KeyVec 22 ...
阅读全文