- 博客(2)
- 收藏
- 关注
原创 【微软2014实习生】 String reorder
问题描述: Time Limit: 10000ms Case Time Limit: 1000ms Memory Limit: 256MB Description For this question, your program is required to process an input string containing only ASCII characters betwe
2014-04-27 22:00:21 292
原创 【编程之美-扩展】找出N个数中的第二大数
#include using namespace std; void finMax_Max2(int* arr ,int begin ,int end, int &Max ,int &Max2) { if(begin>end) { exit(1); } bool flag = false; int last; if((end - begin +1)%2 == 1)
2014-04-27 21:46:52 585
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人