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年,輸出"平年" "閏年"
 
 
 
48 則留言:
import java.util.Scanner;
public class ex1 {
public static void main(String[] args) {
System.out.println("input n=?");
Scanner in = new Scanner(System.in);
int n = in.nextInt();
long t = 1l;
int x = n;
while ( n>1){
t*=n;
n--;
}
System.out.println(x+"!="+t);
}
}
import java.util.Scanner;
public class ex1 {
public static void main(String[] args) {
System.out.println("input n=?");
Scanner in = new Scanner(System.in);
int n = in.nextInt();
long t = 1l;
int x = n;
while ( n>1){
t*=n;
n--;
}
System.out.println(x+"!="+t);
}
}
import java.util.*;
public class hello0211 {
public static void main(String[] args) {
long f=1L;
System.out.println("Input n=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
int i=n;
while(i>1)
f*=i;
System.out.println(n+"!="+f);
i--;
}
}
import java.util.Scanner;
public class ex1231231 {
public static void main(String[] args) {
System.out.println("Input n=?");
Scanner in=new Scanner(System.in);
int n=in.nextInt();
long t =1l;
int x=n;
while (n>1){
t*=n;
n--;
}
System.out.println(x+"!="+t);
}
}
import java.util.*;
public class hello0211 {
public static void main(String[] args) {
long f=1L;
System.out.println("Input n=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
int i=n;
while(i>1){
f*=i;
i--;
}
System.out.println(n+"!="+f);
}
import java.util.*;
public class ex1 {
public static void main(String[] args) {
System.out.println("Input n=?");
Scanner in=new Scanner(System.in);
int n=in.nextInt();
long t=1l;
int x=n;
while(n>1){
t*=n;
n--;
}
System.out.println(x+"!="+t);
}
}
import java.util.*;
public class ex1 {
public static void main(String[] args) {
System.out.println("Input n=?");
Scanner in=new Scanner(System.in);
int n=in.nextInt();
long t=1l;
int x=n;
while(n>1){
t*=n;
n--;
}
System.out.println(x+"!="+t);
}
}
import java.util.Scanner;
public class gaaas {
public static void main(String[] args) {
System.out.print("Input n=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
long t=1L;
int x=n;
while(n>1){
t*=n;
n--;}
System.out.println(x+"!="+t);
}}
package hello20;
import java.util.*;
public class ex1 {
public static void main(String[] args) {
long f=1L;
System.out.println("input n=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
int i=n;
while (i>1){
f*=i;
i--;
}
System.out.println(n+"!="+f);
}
}
D10333034 洪芷茵
import java.util.*;
public class hi {
public static void main(String[] args) {
System.out.println("Input n=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
long f=1l;
int i=n;
while(i>1){
f*=i;
i--;
}System.out.println(n+"!="+f);
}
}
import java.util.*;
public class ex1 {
public static void main(String[] args) {
long f=1L;
System.out.println("input=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
int i = n;
while ( i >1 ) {
f*=i;
i--;}
System.out.println(n+"!="+f);
}
}
import java.util.*;
public class ex2 {
public static void main(String[] args) {
System.out.println("input=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
long f=1l;
int i = n;
while( i >1){
f*=i;
i--;}
System.out.println(n+"!="+f);
}
}
D10333034 洪芷茵
import java.util.*;
public class hi {
public static void main(String[] args) {
System.out.println("Input n=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
long f=1l;
int i=n;
while(i>1){
f*=i;
i--;
}
System.out.println(n+"!="+f);
}
}
import java.util.*;
public class Promise {
public static void main(String[] args){
System.out.println("input n=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
long t=1L;
int x=n;
while (n>1){
t*=n;
n--;
}
System.out.println(x+"!="+t);
}
}
import java.util.*;
public class HIHI0601 {
public static void main(String[] args) {
long f=1L;
System.out.println("input=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
int i = n;
while( i > 1) {
f*=i;
i--;}
System.out.println(n+"!="+f);
}
}
import java.util.Scanner;
public class hello0601 {
public static void main(String[] args){
long f=1L;
System.out.println("input=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
int i = n;
while (i>1){
f*=i;
i--;}
System.out.println(n+"!="+f);
}
}
D10333010 柯弈瑄
import java.util.*;
public class hi {
public static void main(String[] args) {
System.out.println("Input n=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
long f=1l;
int i=n;
while(i>1){
f*=i;
i--;
}
System.out.println(n+"!="+f);
}
}
import java.util.Scanner;
public class ex1 {
public static void main(String[] args) {
long f=1L;
System.out.println("input=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
int i = n;
while (i>1) {
f*=i;
i--;}
System.out.println(n+"!="+f);
}
}
D10333033 江淑婷
import java.util.*;
public class hi {
public static void main(String[] args) {
System.out.println("Input n=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
long f=1l;
int i=n;
while(i>1){
f*=i;
i--;
}
System.out.println(n+"!="+f);
}
}
import java.util.*;
public class abc {
public static void main(String[] args) {
System.out.println("Input n=?");
Scanner input= new Scanner(System.in);
int n = input.nextInt();
long t = 1l;
int x = n;
while (n>1){
t*=n;
n--;
}
System.out.println(x+"!="+t);
}
}
package q123;
import java.util.Scanner;
public class a123 {
public static void main(String[] args) {
long f=1L;
System.out.println("input=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
int i = n;
while ( i > 1 ) {
f*=i;
i--;}
System.out.println(n+"!="+f);
}
}
import java.util.*;
public class Hi {
public static void main(String[] args) {
long f=1L;
System.out.println("Inout n=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
for(int i=n;i>1;i--)
f*=i;
System.out.println(n+"!="+f);
}
}
import java.util.*;
public class abc {
public static void main(String[] args) {
System.out.println("Input n=?");
Scanner input= new Scanner(System.in);
int n = input.nextInt();
long t = 1l;
int x = n;
while (n>1){
t*=n;
n--;
}
System.out.println(x+"!="+t);
}
}
import java.util.*;
public class hi1 {
public static void main(String[] args) {
long f=1L;
System.out.println("input n=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
for(int i=n; i>1; i--)
f*=i;
System.out.println(n+"!="+f);
}
}
package wade123;
import java.util.Scanner;
public class wade321 {
public static void main(String[] args) {
long f=1L;
System.out.println("input=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
int i = n;
while ( i > 1 ) {
f*=i;
i--;}
System.out.println(n+"!="+f);
}
}
import java. util.*;
public class HI {
public static void main(String[] args) {
System.out.println("Input n=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
long f=1L;
int i=n;
while(i>1){
f*=i;
i--;
}
System.out.println(n+"!="+f);
}
}
import java.util.*;
public class hi2 {
public static void main(String[] args) {
long f=1L;
System.out.println("Inout n=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
int i = n;
while ( i >1 ){
f*=i;
i--;}
System.out.println(n+"!="+f);
}
}
import java.util.*;
public class hello {
public static void main(String[] args) {
long f=1l;
System.out.println("input n=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
for(int i=n; i>1; i--)
f*=i;
System.out.println(n+"!="+f);
}
}
import java.util.*;
public class vicky {
public static void main(String[] args) {
long f=1l;
System.out.println("input n=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
for(int i=n; i>1; i--)
f*=i;
System.out.println(n+"!="+f);
}
}
import java.util.*;
public class clas {
public static void main(String[] args) {
long f=1l;
System.out.println("Inout n=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
int i = n;
while ( i >1 ){
f*=i;
i--;}
System.out.println(n+"i="+f);
}
}
package hand123;
import java.util.Scanner;
public class hand231 {
public static void main(String[] args) {
long f=1L;
System.out.println("input=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
int i = n;
while ( i > 1 ) {
f*=i;
i--;}
System.out.println(n+"!="+f);
}
}
import java.util.*;
public class vicky {
public static void main(String[] args) {
long f=1l;
System.out.println("input n=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
for(int i=n; i>1; i--)
f*=i;
System.out.println(n+"!="+f);
}
}
import java.util.Scanner;
public class NI003 {
public static void main(String[] args) {
long f=1L;
System.out.println("Input n=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
int i=n;
while (i>1){
f*=i;
i--;}
System.out.println(n+"!="+f);
}
}
Y103100666陳昤瑄
import java.util.*;
public class qwe {
public static void main(String[] args) {
System.out.println("Input n=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
long f=1L;
int i=n;
while(i>1){
f*=i;
i--;
System.out.println(n+"!="+f);
}
}
}
import java.util.Scanner;
public class java {
public static void main(String[] args) {
long f=1L;
System.out.println("Xnput n=?");
Scanner in = new Scanner(System.in);
int n = in.nextInt();
long t = 1l;
int x = n;
while( n>1){
f*=n;
n--;
}
System.out.println(n+"!="+f);
}
}
import java.util.*;
public class doxxx {
public static void main(String[] args) {
long f=1L;
System.out.println("Input n=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
int i=n;
while ( i>1){
f*=i;
System.out.println(n+"!="+f);
i--;}
}
}
import java.util.*;
public class doxxx {
public static void main(String[] args) {
long f=1L;
System.out.println("Input n=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
int i=n;
while ( i>1){
f*=i;
System.out.println(n+"!="+f);
i--;}
}
}
import java.util.*;
public class ex1 {
public static void main(String[] args) {
System.out.println("Input n=?");
Scanner in=new Scanner(System.in);
int n=in.nextInt();
long t=1l;
int x=n;
while(n>1){
t*=n;
n--;
}
System.out.println(x+"!="+t);
}
}
import java.util.Scanner;
public class ex1 {
public static void main(String[] args) {
System.out.println("input n=?");
Scanner in = new Scanner(System.in);
int n = in.nextInt();
long t = 1l;
int x = n;
while ( n>1){
t*=n;
n--;
}
System.out.println(x+"!="+t);
}
}
d10033301 江姿穎提到
import java.util.*;
public class ex1 {
public static void main(String[] args) {
long f=1L;
System.out.println("Input n=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
int i=n;
while ( i>1){
f*=i;
System.out.println(n+"!="+f);
i--;}
}
}
import java.util.Scanner;
public class ex1 {
public static void main(String[] args) {
System.out.println("input n=?");
Scanner in = new Scanner(System.in);
int n = in.nextInt();
long t = 1l;
int x = n;
while ( n>1){
t*=n;
n--;
}
System.out.println(x+"!="+t);
}
}
import java.util.Scanner;
public class ex1 {
public static void main(String[] args) {
long f=1L;
System.out.println("input=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
int i = n;
while (i>1) {
f*=i;
i--;}
System.out.println(n+"!="+f);
}
}
import java.util.Scanner;
public class ex1 {
public static void main(String[] args) {
long f=1L;
System.out.println("input=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
int i = n;
while (i>1) {
f*=i;
i--;}
System.out.println(n+"!="+f);
}
}
package hello20;
import java.util.*;
public class ex1 {
public static void main(String[] args) {
long f=1L;
System.out.println("input n=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
int i=n;
while (i>1){
f*=i;
i--;
}
System.out.println(n+"!="+f);
}
}
public static void main(String[] args) {
System.out.println("input n=?");
Scanner in = new Scanner(System.in);
int n = in.nextInt();
long t = 1l;
int x = n;
while ( n>1){
t*=n;
n--;
}
System.out.println(x+"!="+t);
}
import java.util.*;
public class B10033104 {
public static void main(String[] args) {
System.out.println("input n=?");
Scanner in = new Scanner(System.in);
int n = in.nextInt();
long t = 1l;
int x = n;
while ( n>1){
t*=n;
n--;
}
System.out.println(x+"!="+t);
}
}
package D10333038;
import java.util.*;
public class Hey {
public static void main(String[] args) {
long f=1L;
System.out.println("input n=?");
Scanner input=new Scanner(System.in);
int n=input.nextInt();
int i=n;
while (i>1){
f*=i;
i--;
}
System.out.println(n+"!="+f);
}
}
mport java.util.*;
public class D10033203 {
public static void main(String[] args) {
System.out.println("input n=?");
Scanner in = new Scanner(System.in);
int n = in.nextInt();
long t = 1l;
int x = n;
while ( n>1){
t*=n;
n--;
}
System.out.println(x+"!="+t);
}
}
張貼留言