!doctype>
訂閱:
文章 (Atom)
熱門文章
-
............................ { int num[SIZE]; cout << "請輸入10個數字求最大最小值"<<endl; int i; for (i=0;i...
-
#include <stdio.h> #include <stdlib.h> int main(void) { /*取餘數*/ int j1,j2,j3; j1=(30%6); j2=(28%5...
-
...................... void change(int x,int row,int y,double **a) { double tmp; int i; for(i=0;i<y;i++) { t...
-
#include <cstdlib> #include <iostream> using namespace std; void a_message(int a, int b, int c){ int max=0; if(a&...
-
.................... throws IOException{ BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); float i...