摘要: 分析:题意源岸数量3#include#include#include#includeusing namespace std;int main(void){ int n,t ; int i,j; int num[1001]; cin>>t; while(t--){ ... 阅读全文
posted @ 2014-12-14 17:59 keyboard3 阅读(171) 评论(0) 推荐(0) 编辑