摘要:
#include #include using namespace std; #include int flag[100000]={0}; int num[1001] = { 0 }; int ans[1001] = { 0 }; bool cmp(int x, int y) { return x > y; } int main() { int nums; cin >> nums; int... 阅读全文
posted @ 2019-03-03 23:23
keep!
阅读(79)
评论(0)
推荐(0)

浙公网安备 33010602011771号