子數組和最大值

#include <iostream> #include <stdio.h> using namespace std; #define max 100 #define no -9999 int main() { int ary[max]; int length; //輸入數組的長度 for(int i=0;i<m
相關文章
相關標籤/搜索