摘要: #include <iostream> #include <algorithm> #include <cstdio> using namespace std; int main() { int n=0; int a[50]= {0}; int b[50][50]= {0}; int sum =0,x 阅读全文
posted @ 2016-09-02 14:22 一根咸鱼干 阅读(119) 评论(0) 推荐(0)