摘要: #include#include#include#include#includeusing namespace std;int main(){ int a[150],n,m,i,j,temp; while(~scanf("%d%d",&n,&m)) { for(i=0... 阅读全文
posted @ 2015-03-16 20:27 xryz 阅读(160) 评论(0) 推荐(0)