摘要:
输入nn 个数 最大数 最小数Input51 5 2 3 6Output1 6#include#includeusing namespace std;int main(){ int n, i, a[1000]; while(cin>>n) { for(i=0; i>... 阅读全文
posted @ 2014-07-28 23:58
2014acm
阅读(547)
评论(0)
推荐(0)
摘要:
#include using namespace std;void f(int x){ if(x>x; f(x); return 0;}View Code#include using namespace std;void f(int x){if(x>x; f(x);ret... 阅读全文
posted @ 2014-07-28 23:42
2014acm
阅读(222)
评论(0)
推荐(0)
浙公网安备 33010602011771号