herrDeng網內搜尋
自訂搜尋
Ads
訂閱:
張貼留言 (Atom)
熱門文章
-
教育部為提昇全民資安素養與電腦防護能力,本部於101年9月5日至11月5日舉辦「全民資安素養自我評量」活動,請在活動期間內踴躍上網檢測資訊安全素養認知程度,並有機會參與抽獎,詳情請參閱活動網站(網址: https://isafe.moe.edu.tw/event
-
url="https://www.twse.com.tw/exchangeReport/STOCK_DAY?response=json&date=20220330&stockNo=2330"
-
先說明一下這是後知後覺的解答,所謂後知就是股票價格已知存在陣列(清單),當然就要用迴圈練習,雙迴圈暴力解需時O(n**2),當然不用,採python單一迴圈解答「最佳股票的買賣時機#LeetCode 121 Best Time to Buy and Sell Stock」,解...
-
你會用C的算子sizeof?
-
XOR prefixsum CPP python解Leetcode 1829 Maximum XOR for Each Query 其實這裡考慮的是元素個數為2^maximumBit的交換群,運算子為XOR。 [Python code請進]
-
Python C++使用字串find迴圈速解Leetcode 2490 Circular Sentence C++ & Python都有字串的find,用法都類似 split=s.find(' ', split+1)能找到s從index=split+1開...
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]);
}
}
}
張貼留言