#include <iostream>
#include <math.h>

using namespace std;

int main()
{

h881068 發表在 痞客邦 留言(0) 人氣()

#include <iostream>
using namespace std;

int main()
{
 int n,buf,i;

h881068 發表在 痞客邦 留言(0) 人氣()

Private Sub Form_Load()
Me.AutoRedraw = True
Line (0, 0)-(Me.ScaleWidth, Me.ScaleHeight), RGB(255, 0, 0), BF
Line (0, 0)-(Me.ScaleWidth / 2, Me.ScaleHeight / 2), RGB(0, 0, 255), BF
Me.FillStyle = 0: Me.FillColor = &HFFFFFF

h881068 發表在 痞客邦 留言(0) 人氣()

public class work4{//求最大公因數、最小公倍數
   public static void main (String[] argv){
    int[] a=new int[argv.length];
    int sum=1;
    for(int k=0;k<argv.length;k++){

h881068 發表在 痞客邦 留言(0) 人氣()

import java.io.File;
public class work2{
 public static void main(String[] argv) {
 File f=new File(argv[0]);
 if(!f.exists())

h881068 發表在 痞客邦 留言(0) 人氣()

package drgo;
public class work5{
 public void PID(String id){
  int[] num=new int[10];
  int[] rdd={10,11,12,13,14,15,16,17,34,18,19,20,21,22,35,23,24,25,26,27,28,29,32,30,31,33};

h881068 發表在 痞客邦 留言(0) 人氣()

#include <iostream>
#include <stdlib.h>
#include <time.h>
using namespace std;

int main()

h881068 發表在 痞客邦 留言(0) 人氣()

//輸入N值,並印出第N個質數,比如第一個質數=2,第二個=3
//本範例執行效率很高
#include <iostream>
#include <math.h>

using namespace std;

h881068 發表在 痞客邦 留言(0) 人氣()

1
Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。