herrDeng網內搜尋
 
  
    自訂搜尋
  
Ads
訂閱:
張貼留言 (Atom)
熱門文章
- 
url="https://www.twse.com.tw/exchangeReport/STOCK_DAY?response=json&date=20220330&stockNo=2330"
- 
連續複利
- 
請用Random產生20個0~99的奇數(可重複),然後排序
- 
py3 cpp Line sweep解Leetcode 3346 Maximum Frequency of an Element After Performing Operations I 使用 line sweep不用排序,可得線性解 [Py3解請進]
- 
C++ Py3 計數排序與partial sum解Leetcode 2300 Successful Pairs of Spells and Potions Portions的極大值小於等於10萬是可進行記數排序的關鍵,既然可以採用記數排序,後面的二元搜尋也可以透過part...
- 
Py3 C++ C 2pointer速解Leetcode 11Container With Most Water [Py3 code請進]
- 
Py3 C++計數bitmask與2 pointers速解Leetcode2273 Find Resultant Array After Removing Anagrams 字串長度最長也只有10,四個bits一組,用bitmask解題 ----- The maximum le...
- 
輸入公元n年,輸出"平年" "閏年"
 
 
 
57 則留言:
public class Test_01 {
public static void main(String[] args) {
for (int s = 0; s < 100; s++) {
double x = Math.random();
int i = (int) Math.round(1000 * x);
System.out.println(i);
}
}
}
public class Hello {
public static void main(String[] args) {
for (int s = 0; s < 100; s++) {
double x = Math.random();
int i = (int) Math.round(1000 * x);
System.out.println(i);
}
}
}
public class apple{
public static void main(String[]args){
for(int i = 0 ; i<=100 ;i++){
int a = (int)(Math.random()*1000);
System.out.println(a);
}
}
}
public class MtcTW
{
public static void main(String[] args)
{
for(int i = 0 ; i<=100 ;i++)
{
int a = (int)(Math.random()*1000); System.out.println(a);
}
}
}
public class h2 {
public static void main(String[] args) {
for(int i = 0 ; i<=100 ;i++){
int n = (int)(Math.random()*1000);
System.out.println(n);
}
}
}
public class ex1 {
public static void main(String[] args) {
for(int i = 0 ; i<=100 ;i++){
int n = (int)(Math.random()*1000);
System.out.println(n);
}
}
}
public class sam
{
public static void main(String[] args)
{
for(int i = 0 ; i<=100 ;i++)
{
int a = (int)(Math.random()*1000);
System.out.println(a);
}
}
}
public class TS {
public static void main(String[] args)
{
for (int j=1;j<101;j++)
{
double n=Math.random();
int i=(int)Math.round(1000*n);
System.out.println(j+": "+i);
}
}
}
public class lan {
public static void main(String[] args) {
for(int i = 0 ; i<=100 ;i++){
int n = (int)(Math.random()*1000);
System.out.println(n);
}
}
}
public class lan {
public static void main(String[] args) {
for(int i = 0 ; i<=100 ;i++){
int n = (int)(Math.random()*1000);
System.out.println(n);
}
}
}
public class got {
public static void main(String[] args) {
for(int k=1; k<=100; k++){
double x=Math.random();
int i=(int)Math.round(1000*x);
System.out.println(i);
}
}
}
class SOR{
public static void main(String[]args){
for(int k=1;k<=100;k++){
double x=Math.random();
int i=(int)Math.round(1000*x);
System.out.println(i);
}
}
}
public class awing {
public static void main(String[] args) {
for(int i = 0 ; i<=100 ;i++){
int a = (int)(Math.random()*1000);
System.out.println(a);
}
}
}
public class random {
public static void main(String[] args) {
int i=0;
while (i<100) {
double x=Math.random();
int a = (int) Math.round(1000 * x);
System.out.println(a);
i++;
}
}
}
public class aa {
public static void main(String[] args) {
for (int k=0; k<=100; k++){
double x=Math.random();
int i=(int) Math.round(1000*x);
System.out.println(i);
}
}
}
public class aa {
public static void main(String[] args) {
for (int k=0; k<=100; k++){
double x=Math.random();
int i=(int) Math.round(1000*x);
System.out.println(i);
}
}
}
public class lan {
public static void main(String[] args) {
for(int i = 0 ; i<=100 ;i++){
int n = (int)(Math.random()*1000);
System.out.println(n);
}
}
}
public class java {
public static void main(String[] args) {
for(int i = 0 ; i<=100 ;i++){
int n = (int)(Math.random()*1000);
System.out.println(n);
}
}
}
public class hello {
public static void main(String[] args) {
for(int i = 0 ; i<=100 ;i++){
int n = (int)(Math.random()*1000);
System.out.println(n);
}
}
}
public class shark { public static void main(String[] args) { for(int i = 0 ; i<=100 ;i++){ int n = (int)(Math.random()*1000); System.out.println(n); } } }
public class san {
public static void main(String[] args) {
for(int i = 0 ; i<=100 ;i++){
int n = (int)(Math.random()*1000);
System.out.println(n);
}
}
}
public class hello123 {
public static void main(String[] args) {
for(int k=0; k<=100;k++){
double x=Math.random();
int i=(int) Math.round(1000*x);
System.out.println(i);
}
}
}
public class java1 {
public static void main(String[] args) {
for(int k=0;k<=100;k++){
double x=Math.random();
int i=(int)Math.round(1000*x);
System.out.println(i);
}
}
}
public class aa
{
public static void main(String[] args)
{
int[] a = new int[100];
for (int i=0; i < a.length ;i++)
{
a[i] = (int)(Math.random()*1000+1);
System.out.println(+a[i]);
}
}
public class aa {
public static void main(String[] args) {
for(int k=0; k<=100; k++ ){
double x=Math.random();
int i=(int)Math.round(100*x);
System.out.println(i);
}
}
}
public class pso2 {
public static void main(String[] args) {
for(int x=1;x<101;x++){
double i=Math.random();
int j=(int)Math.round(100*i);
System.out.println("第"+x+"個"+j);
}
}
}
public class ex1 {
public static void main(String[] args) {
for(int x=1;x<101;x++){
double i=Math.random();
int j=(int)Math.round(100*i);
System.out.println("第"+x+"個"+j);
}
}
}
public class dog {
public static void main(String[] args) {
for(int x=1;x<101;x++){
double i=Math.random();
int j=(int)Math.round(100*i);
System.out.println("第"+x+"個"+j);
}
}
}
public class aaa {
public static void main(String[] args) {
for(int x=1;x<101;x++){
double i=Math.random();
int j=(int)Math.round(100*i);
System.out.println("第"+x+"個"+j);
}
}
}
public class new
{
public static void main(String[] args)
{
int[] a = new int[100];
for (int i=0; i < a.length ;i++)
{
a[i] = (int)(Math.random()*1000+1);
System.out.println(+a[i]);
}
}
public class DD
{
public static void main(String[] args)
{
int[] a = new int[100];
for (int i=0; i < a.length ;i++)
{
a[i] = (int)(Math.random()*1000+1);
System.out.println(+a[i]);
}
}
public class test
{
public static void main(String[] args)
{
int[] a = new int[100];
for (int i=0; i < a.length ;i++)
{
a[i] = (int)(Math.random()*1000+1);
System.out.println(+a[i]);
}
}
public class abc
{
public static void main(String[] args)
{
int[] a = new int[100];
for (int i=0; i < a.length ;i++)
{
a[i] = (int)(Math.random()*1000+1);
System.out.println(+a[i]);
}
}
public class awing {
public static void main(String[] args) {
for(int i = 0 ; i<=100 ;i++){
int a = (int)(Math.random()*1000);
System.out.println(a);
}
}
}
public class awing {
public static void main(String[] args) {
for(int i = 0 ; i<=100 ;i++){
int a = (int)(Math.random()*1000);
System.out.println(a);
}
}
}
public class awing {
public static void main(String[] args) {
for(int i = 0 ; i<=100 ;i++){
int a = (int)(Math.random()*1000);
System.out.println(a);
}
}
}
.
public class Test_01 {
public static void main(String[] args) {
for (int i = 0; i < 100; i++) {
double x = Math.random();
int a = (int) Math.round(x * 1000);
System.out.println(a);
}
}
}
public class NYPD {
public static void main(String[] args) {
for (int s = 0; s < 100; s++) {
double x = Math.random();
int i = (int) Math.round(1000 * x);
System.out.println(i);
}
}
}
public class apple{
public static void main(String[]args){
for(int i = 0 ; i<=100 ;i++){
int a = (int)(Math.random()*1000);
System.out.println(a);
}
}
}
public class test{
public static void main(String[]args){
for(int i = 0 ; i<=100 ;i++){
int a = (int)(Math.random()*1000);
System.out.println(a);
}
}
}
public class test{
public static void main(String[]args){
for(int i = 0 ; i<=100 ;i++){
int a = (int)(Math.random()*1000);
System.out.println(a);
}
}
}
public class DD
{
public static void main(String[] args)
{
int[] a = new int[100];
for (int i=0; i < a.length ;i++)
{
a[i] = (int)(Math.random()*1000+1);
System.out.println(+a[i]);
}
}
public class app{
public static void main(String[]args){
for(int i = 0 ; i<=100 ;i++){
int a = (int)(Math.random()*1000);
System.out.println(a);
}
}
}
public class yo121
{
public static void main(String[] args)
{
for(int i = 0 ; i<=100 ;i++)
{
int a = (int)(Math.random()*1000); System.out.println(a);
}
}
}
for (int i = 1; i <= 100; i += 1) {
int num = (int)(1000 * Math.random() + 1);
System.out.println(num + '\t');
}
public class apple{
public static void main(String[]args){
for(int i = 0 ; i<=100 ;i++){
int a = (int)(Math.random()*1000);
System.out.println(a);
}
}
}
public class wo {
public static void main(String[] args)
{
for (int j=1;j<101;j++)
{
double n=Math.random();
int i=(int)Math.round(1000*n);
System.out.println(j+": "+i);
}
}
}
public class random {
public static void main(String[] args) {
int i=0;
while (i<100) {
double x=Math.random();
int a = (int) Math.round(1000 * x);
System.out.println(a);
i++;
}
}
public class wo {
public static void main(String[] args)
{
for (int j=1;j<101;j++)
{
double n=Math.random();
int i=(int)Math.round(1000*n);
System.out.println(j+": "+i);
}
}
}
public class hello{
public static void main(String[]args){
for(int i = 0 ; i<=100 ;i++){
int a = (int)(Math.random()*1000);
System.out.println(a);
}
}
}
public class low {
public static void main(String[] args) {
for(int i = 0 ; i<=100 ;i++){
int n = (int)(Math.random()*1000);
System.out.println(n);
}
}
}
public class aa {
public static void main(String[] args) {
for (int k=0; k<=100; k++){
double x=Math.random();
int i=(int) Math.round(1000*x);
System.out.println(i);
}
}
}
public class Test_01 {
public static void main(String[] args) {
for (int s = 0; s < 100; s++) {
double x = Math.random();
int i = (int) Math.round(1000 * x);
System.out.println(i);
}
}
}
public class Test_01 {
public static void main(String[] args) {
for (int s = 0; s < 100; s++) {
double x = Math.random();
int i = (int) Math.round(1000 * x);
System.out.println(i);
}
}
}
public class Test_01 {
public static void main(String[] args) {
for (int s = 0; s < 100; s++) {
double x = Math.random();
int i = (int) Math.round(1000 * x);
System.out.println(i);
}
}
}
public class Test_01 {
public static void main(String[] args) {
for (int s = 0; s < 100; s++) {
double x = Math.random();
int i = (int) Math.round(1000 * x);
System.out.println(i);
}
}
}
public class apple{
public static void main(String[]args){
for(int i = 0 ; i<=100 ;i++){
int a = (int)(Math.random()*1000);
System.out.println(a);
}
}
}
張貼留言