2012年8月18日

NOJ coder的音乐烦恼--字符串处理

摘要: http://acm.nit.net.cn/showproblem.jsp?pid=1366View Code 1 #include<iostream> 2 #include<algorithm> 3 #include<string> 4 #include<cmath> 5 6 using namespace std; 7 8 int const ic_max = 5001; 9 10 struct stuNode 11 { 12 int iPriority;//优先级 13 string strSong;//歌曲名 14 }; 15 16 vo 阅读全文

posted @ 2012-08-18 14:51 zimulala 阅读(184) 评论(0) 推荐(0)

导航