herrDeng網內搜尋
自訂搜尋
Ads
訂閱:
張貼留言 (Atom)
熱門文章
-
url="https://www.twse.com.tw/exchangeReport/STOCK_DAY?response=json&date=20220330&stockNo=2330"
-
教育部為提昇全民資安素養與電腦防護能力,本部於101年9月5日至11月5日舉辦「全民資安素養自我評量」活動,請在活動期間內踴躍上網檢測資訊安全素養認知程度,並有機會參與抽獎,詳情請參閱活動網站(網址: https://isafe.moe.edu.tw/event
-
python pandas對黃金、外匯匯率的爬蟲練習,並使用matplotlib.pyplot的函數plot, scatter做資料視覺化處理,採用numpy的統計函數,分析黃金價格波動與歐元走勢的關聯。
-
Python C C++ 2 pointer速解Leetcode 2337 Move Pieces to Obtain a String 多日Leetcode的問題都可用2-pointer法來解,今日2337. Move Pieces to Obtain a String也不例...
-
2 pointer Python C++解Leetcode 3163 String Compression III [codes on Leetcode] https://leetcode.com/problems/string-compression-iii/solution...
45 則留言:
public class hello2 {
public static void main(String[] args) {
int a[]=new int[5];
for (int i=0; i<a.length; i++)
{
a[i]=(int)(99*Math.random());
System.out.println(a[i]);
}
}
}
import java.util.Random;
public class HELLO {
public static void main(String[] args) {
int[] a = new int[5];
Random rand=new Random();
for(int i=0;i<=4;i++)
{
a[i]=rand.nextInt(99);
}
for(int i=0;i<=4;i++)
{
System.out.println(a[i]);
}
}
}
public class pppp{
public static void main(String[] args) {
int [] a=new int[5];
for (int i=0;i<a.length;i++){
a[i]=(int)(Math.random()*99);
System.out.println("0-99亂數:"+a[i]);
}
}
}
public class ost{
public static void main(String[] args) {
int [] a=new int[5];
for (int i=0;i<a.length;i++){
a[i]=(int)(Math.random()*99);
System.out.println("0-99亂數:"+a[i]);
}
}
}
public class Hello502 {
public static void main(String[] args) {
int [] a=new int[5];
for (int i=0;i<a.length;i++){
a[i]=(int)(Math.random()*99);
System.out.println("0-99亂數:"+a[i]);
}
}
}
public class asd{
public static void main(String[] args){
int[] a=new int[5];
for(int i=0;i<a.length;i++)
{
a[i]=(int)(99*Math.random());
System.out.println(a[i]);
}
}
}
public class asd{
public static void main(String[] args){
int[] a=new int[5];
for(int i=0;i<a.length;i++)
{
a[i]=(int)(100*Math.random());
System.out.println(a[i]);
}
}
}
import java.util.Random;
public class ags {
public static void main(String[] args) {
int[] a = new int[5];
Random rand=new Random();
for(int i=0;i<=4;i++)
{
a[i]=rand.nextInt(100);
}
for(int i=0;i<=4;i++)
{
System.out.println(a[i]);
}
}
}
import java.util.Random;
public class test {
static void main(String[] args) {
int[] a = new int[5];
Random rand=new Random();
for(int i=0;i<=4;i++)
{
a[i]=rand.nextInt(99);
}
for(int i=0;i<=4;i++)
{
System.out.println(a[i]);
}
}
}
import java.util.Random;
public class hello {
public static void main(String[] args) {
int[] a = new int[5];
Random rand=new Random();
for(int i=0;i<=4;i++)
{
a[i]=rand.nextInt(99);
}
for(int i=0;i<=4;i++)
{
System.out.println(a[i]);
}
}
}
public class test {
public static void main(String[] args) {
int[] a = { 5, 7, 8, 2, 3 };
int temp;
for(int j=0;j<a.length;j++)
{
for(int i=0;i<a.length-1;i++)
{
if(a[i]>a[i+1])
{
temp=a[i];
a[i]=a[i+1];
a[i+1]=temp;
}
}
}
for(int i=0;i<a.length;i++)
{
System.out.println(a[i]);
}
System.out.println("MaxValue:"+a[4]);
System.out.println("MinValue:"+a[0]);
}
}
public class hello{
public static void main(String[] args){
int[]a=new int [5];
for(int i=0;1<a.length;i++){
a[i]=(int)(Math.random()*99);
System.out.println("0~99亂數:"+a[i]);
}
}
}
public class test2
{
public static void main(String[] args)
{
int a[]=new int[5];
for (int i=0; i<a.length; i++)
{
a[i]=(int)(100*Math.random());
System.out.println(a[i]);
}
}
}
import java.util.Random;
public class hello {
public static void main(String[] args) {
int[] a = new int[5];
Random rand=new Random();
for(int i=0;i<a.length;i++)
{
a[i]=rand.nextInt(99);
}
for(int i=0;i<a.length;i++)
{
System.out.println(a[i]);
}
}
}
import java.util.Random;
public class hello {
public static void main(String[] args) {
int[] a = new int[5];
Random rand=new Random();
for(int i=0;i<a.length;i++)
{
a[i]=rand.nextInt(99);
}
for(int i=0;i<a.length;i++)
{
System.out.println(a[i]);
}
}
}
public class test2
{
public static void main(String[] args)
{
int a[]=new int[5];
⋯⋯ for (int i=0; i<a.length; i++)
{
a[i]=(int)(100*Math.random());
System.out.println(a[i]);
}
}
}
public class test2
{
public static void main(String[] args)
{
int a[]=new int[5];
⋯⋯ for (int i=0; i<a.length; i++)
{
a[i]=(int)(100*Math.random());
System.out.println(a[i]);
}
}
}
public class hello503{
public static void main(String[] args)
{
int a[]=new int[5];
for (int i=0; i<a.length; i++)
{
a[i]=(int)(100*Math.random());
System.out.println(a[i]);
}
}
}
public class XD{
static int min(int[] a){
int x=a[0];
for(int i=1;i<a.length;i++)
⋯⋯ {
if(x>a[i])
x=a[i];
}
return x;
}
static int max(int[] a){
int x=a[0];
for(int i=1;i<a.length;i++)
{
if(x<a[i])
x=a[i];
}
return x;
}
public static void main(String[] args){
int[] a={5,7,8,2,3};
System.out.println("min="+min(a));
System.out.println("max="+max(a));
}
}
public class cc
{
public static void main(String[] args)
{
int a[]=new int[5];
for (int i=0; i<a.length; i++)
{
a[i]=(int)(100*Math.random());
System.out.println(a[i]);
}
}
}
public class test2
{
public static void main(String[] args)
{
int a[]=new int[5];
⋯⋯ for (int i=0; i<a.length; i++)
{
a[i]=(int)(100*Math.random());
System.out.println(a[i]);
}
}
}
public class test2
{
public static void main(String[] args)
{
int a[]=new int[5];
for (int i=0; i<a.length; i++)
{
a[i]=(int)(100*Math.random());
System.out.println(a[i]);
}
}
}
public class test
{
public static void main(String[] args)
{
int a[]=new int[5];
for (int i=0; i<a.length; i++)
{
a[i]=(int)(100*Math.random());
System.out.println(a[i]);
}
}
}
public class test2
{
public static void main(String[] args)
{
int a[]=new int[5];
⋯⋯ for (int i=0; i<a.length; i++)
{
a[i]=(int)(100*Math.random());
System.out.println(a[i]);
}
}
}
public class random0503 {
public static void main(String[] args) {
// TODO code application logic here
int [] a=new int[5];
for (int i=0; i<a.length; i++)
{
a[i]=(int)(100*Math.random());
System.out.println("0~99亂數:"+i+":"+a[i]);
}
}
}
public class hello2
{
public static void main(String[] args)
{
int a[]=new int[5];
for (int i=0; i<a.length; i++)
{
a[i]=(int)(100*Math.random());
System.out.println(a[i]);
}
}
}
import java.util.Random;
public class hello503 {
public static void main(String[] args){
int[] a = new int[100];
for(int i=0;i<a.length;i++)
{
a[i]=(int)(Math.random()*100);
System.out.println("0-99亂數:"+1+":"+a[i]);
}
System.out.println("++++++++++++++++++++++++++++++++++++++");
Random rnd=new Random();
for(int i=0;i<a.length;i++)
{
a[i]=rnd.nextInt(99);
System.out.println("0-99亂數:"+1+":"+a[i]);
}
}
}
import java.util.*;
public class MaxNMin {
public static void main(String[] args) {
int [] a=new int[100];
for (int i=0;i<a.length;i++)
{
a[i]=(int)(Math.random()*100);
System.out.println("0-99亂數:"+i+":"+a[i]);
}
System.out.println("+++++++++++++++++++++++++++++++");
Random rnd=new Random();
}
}
public class test2
{
public static void main(String[] args)
{
int a[]=new int[5];
⋯⋯ for (int i=0; i<a.length; i++)
{
a[i]=(int)(100*Math.random());
System.out.println(a[i]);
}
}
}
public class b33016
{
public static void main(String[] args){
int a[]=new int[5];
for (int i=0; i<a.length; i++)
{
a[i]=(int)(100*Math.random());
System.out.println(a[i]);
}
}
}
public class hello2
{
public static void main(String[] args)
{
int a[]=new int[5];
for (int i=0; i<a.length; i++)
{
a[i]=(int)(100*Math.random());
System.out.println(a[i]);
}
}
}
import java.util.*;
class bb {
public static void main (String[] args) {
int [] a= new int[100];
for (int i=0;i<a.length;i++)
{
a[i]=(int)(Math.random()*100);
System.out.println("0-99亂數:"+i+":"+a[]);
}
}
}
import java.util.*;
public class hello503 {
public static void main(String[] args) {
int [] a=new int[100];
for (int i=0;i<a.length;i++)
{
a[i]=(int)(Math.random()*100);
System.out.println("0-99亂數:"+i+":"+a[i]);
}
}
}
public class d
{
public static void main(String[] args)
{
int a[]=new int[5];
for (int i=0; i<a.length; i++)
{
a[i]=(int)(100*Math.random());
System.out.println(a[i]);
}
}
}
import java.util.*;
class bb {
public static void main (String[] args) {
int [] a= new int[100];
for (int i=0;i<a.length;i++)
{
a[i]=(int)(Math.random()*100);
System.out.println("0-99亂數:"+i+":"+a[]);
}
}
}
class test {
public static void main(String[] args) {
int[] a=new int[5];
for(int i=0;i<a.length;i++)
{
a[i]=(int)(100*Math.random());
System.out.println(a[i]);
}
}
}
class test {
public static void main(String[] args) {
int[] a=new int[5];
for(int i=0;i<a.length;i++)
{
a[i]=(int)(100*Math.random());
System.out.println(a[i]);
}
}
}
import java.util.*;
class a{
public static void main (String[] args)
int [] a=new int[100];
for (int i=0'i<a.length;i++)
{
a[i]=(int)(Math.random()*100);
System.out.println("0-99亂數:"++":"+[i]);
}
System.out.println("+++++++++++++++++++++++++");
Random rnd=new Random();
for (int i=0;i<a.length;i++)
{
a[i]=rnd.nextInt(99);
System.out.println("0-99亂數:"+i":"a+[i]);
}
}
import java.util.*;
public class qwe {
public static void main(String[] args) {
int [] a=new int[100];
for (int i=0;i<a.length; i++)
{
a[i]=(int) (Math.random()*100);
System.out.println("0-99亂數:"+i+":"+a[i]);
}
}
}
import java.util.*;
public class asd {
public static void main(String[] args) {
int a[]=new int[100];
Random rnd=new Random();
for(int i=0;i<a.length;i++)
{
a[i]=rnd.nextInt(99);
System.out.println("0-99亂數:"+i+":"+a[i]);
}
}
}
public class random
{
public static void main(String[] args)
{
int a[]=new int[5];
for (int i=0; i<a.length; i++)
{
a[i]=(int)(100*Math.random());
System.out.println("亂數0~99:"+a[i]);
}
}
}
import java.util.Random;
public class hello503 {
public static void main(String[] args){
int[] a = new int[100];
for(int i=0;i<a.length;i++)
{
a[i]=(int)(Math.random()*100);
System.out.println("0-99亂數:"+1+":"+a[i]);
}
System.out.println("++++++++++++++++++++++++++++++++++++++");
Random rnd=new Random();
for(int i=0;i<a.length;i++)
{
a[i]=rnd.nextInt(99);
System.out.println("0-99亂數:"+1+":"+a[i]);
}
}
}
import java.util.Random;
public class test {
static void main(String[] args) {
int[] a = new int[5];
Random rand=new Random();
for(int i=0;i<=4;i++)
{
a[i]=rand.nextInt(99);
}
for(int i=0;i<=4;i++)
{
System.out.println(a[i]);
}
}
}
import java.util.Random;
public class HELLO {
public static void main(String[] args) {
int[] a = new int[5];
Random rand=new Random();
for(int i=0;i<=4;i++)
{
a[i]=rand.nextInt(99);
}
for(int i=0;i<=4;i++)
{
System.out.println(a[i]);
}
}
}
import java.util.Random;
public class test {
static void main(String[] args) {
int[] a = new int[5];
Random rand=new Random();
for(int i=0;i<=4;i++)
{
a[i]=rand.nextInt(99);
}
for(int i=0;i<=4;i++)
{
System.out.println(a[i]);
}
}
}
張貼留言