類別student
herrDeng網內搜尋
自訂搜尋
Ads
訂閱:
張貼留言 (Atom)
熱門文章
-
教育部為提昇全民資安素養與電腦防護能力,本部於101年9月5日至11月5日舉辦「全民資安素養自我評量」活動,請在活動期間內踴躍上網檢測資訊安全素養認知程度,並有機會參與抽獎,詳情請參閱活動網站(網址: https://isafe.moe.edu.tw/event
-
先說明一下這是後知後覺的解答,所謂後知就是股票價格已知存在陣列(清單),當然就要用迴圈練習,雙迴圈暴力解需時O(n**2),當然不用,採python單一迴圈解答「最佳股票的買賣時機#LeetCode 121 Best Time to Buy and Sell Stock」,解...
-
url="https://www.twse.com.tw/exchangeReport/STOCK_DAY?response=json&date=20220330&stockNo=2330"
-
你會用C的算子sizeof?
-
Python CPP heap priority queue速解L eetcode 2530. Maximal Score After Applying K Operations heap/priority queue是重要的資料結構,無論是C++的std::priority_q...
-
C++ DP動態規劃解Leetcode 937 Maximum Number of Points with Cost 有些標示medium要比標示hard的問題還要難,Leetcode 1937. Maximum Number of Points with Cost,DP動態規...
36 則留言:
package azazazazaza;
class student{
String name;
int id;
int score;
student(String name, int id, int score) {
super();
this.name = name;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class vfvfvfvf {
public static void main(String[] args) {
student X=new student("王小名",12334567,70);
X.show();
}
}
package hello0527;
class student{
String name;
int id;
int score;
public student(String name, int id, int score) {
this.name = name;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class ex2 {
public static void main(String[] args) {
student x=new student("屁綱",92,10);
x.show();
}
}
package hello0527;
class Student{
String name;
int id;
int score;
Student(){
}
Student(String name, int id,int score) {
this.name = name;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class ex1 {
public static void main(String[] args) {
Student X=new Student("小明",5,60);
X.show();
}
}
package hello527;
class student{
String name ;
int id;
int score;
student( ){
}
student(String name,int id,int score) {
this.name =name;
this.id = id;
this. score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class ex1 {
public static void main(String[] args) {
student x=new student ("娜娜",2,80);
x.show();
}
}
package hello;
class student{
String name;
int id;
int score;
public student(String name, int id, int score) {
this.name = name;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class ex2 {
public static void main(String[] args) {
student x=new student("汁綱",92,0);
x.show();
}
}
package zxc;
class student {
String name;
int id;
int score;
student(String x, int id, int score) {
name = x ;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class cxz {
public static void main(String[] args) {
student x = new student("慾蟑",100,59);
x.show();
}
}
package zxc;
class student {
String name;
int id;
int score;
student(String x, int id, int score) {
name = x ;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class cxz {
public static void main(String[] args) {
student x = new student("慾蟑",100,59);
x.show();
}
}
package Hello527;
class IcCard{
String name;
int id;
int Score;
student(String x,int id ,int Score){
name=x;
this.id=id;
this.Score=Score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("Score:"+Score);
}
}
public class Ex1 {
public static void main(String[] args) {
Student x=new Student("連于傑",B10233069,80);
X.show();
}
}
package hello0527;
class student{
String name;
int id;
int score;
public student(String name, int id, int score) {
this.name = name;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class ex1 {
public static void main(String[] args) {
student x=new student("禎禎",63,60);
x.show();
}
}
package hello;
class student{
String name;
int id;
int score;
public student(String name, int id, int score) {
this.name = name;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class ex1 {
public static void main(String[] args) {
student x=new student("XD",92,10);
x.show();
}
}
package hello0527;
class student{
String name;
int id;
int score;
public student(String name, int id, int score) {
this.name = name;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class ex1 {
public static void main(String[] args) {
student x=new student("1如",84,100);
x.show();
}
}
package hello0527;
class student{
String name;
int id;
int score;
public student(String name, int id, int score) {
this.name = name;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class ex1 {
public static void main(String[] args) {
student x=new student("1如",84,100);
x.show();
}
}
class student{
String name;
int id;
int score;
student(String x,int y,int z){
name = x;
id = y;
score = z;
}
void show () {
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score="+score);
}
}
public class ex1 {
public static void main(String[] args) {
student X=new student("小強",61,100);
X.show();
}
}
package hello;
class student{
String name;
int id;
int score;
public student(String name, int id, int score) {
this.name = name;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class hello0527 {
public static void main(String[] args) {
student x=new student("如華",75,70);
x.show();
}
}
package kevin;
class ex1 {
String name;
int id;
int score;
ex1(String name, int id, int score) {
this.name = name;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
public static void main(String[] args) {
ex1 x=new ex1("小霉",8,90);
x.show();
}
}
package ff;
class IcCard{
long id;
int money;
IcCard(){
}
IcCard(long id, int money){
this.id = id;
this.money = money;
}
void show(){
System.out.println("id:"+id);
System.out.println("money:"+money);
}
}
public class dd {
public static void main(String[] args) {
IcCard X=new IcCard(0x336789AB,300);
X.show();
}
}
package qqqq;
class student{
String name;
int id;
int score;
student(String x, int id,int score) {
name = x ;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class qq {
public static void main(String[] args) {
student x =new student("啾啾",3,70);
x.show();
}
}
package ff;
class student{
String name;
int id;
int score;
student(String x, int id, int score) {
name = x;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name;"+name);
System.out.println("id;"+id);
System.out.println("score;"+score);
}
}
public class ss {
public static void main(String[] args) {
student X=new student("小華",6,68);
X.show();
}
}
class student{
String name;
int id;
int score;
student(String x, int id, int score) {
name = x;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class ASD {
public static void main(String[] args) {
student x=new student("陳緣",6,68);
x.show();
}
}
package xx;
class student{
String name;
int id;
int score;
student(String x, int id,int score) {
name = x;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name;"+name);
System.out.println("id;"+id);
System.out.println("score;"+score);
}
}
public class xxx {
public static void main(String[] args) {
student X =new student("A夢",6,68);
X.show();
}
}
package asdfghjk;
class student{
String name;
int id;
int score;
student(String name, int id, int score) {
super();
this.name = name;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class zxcvbnm {
public static void main(String[] args) {
student X=new student("王小名",12334567,70);
X.show();
}
}
package hello;
class student{
String name;
int id;
int score;
student(String x, int id, int score) {
name = x;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class hello {
public static void main(String[] args) {
// TODO Auto-generated method stub
student x=new student("小華",6,68);
x.show();
}
}
package hello527;
class student{
String name;
int id;
int score;
public student(String name, int id, int score) {
this.name = name;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class ex1 {
public static void main(String[] args) {
student x=new student("佳函",68,100);
x.show();
}
}
package hello0527;
class student{
String name;
int id;
int score;
public student(String name, int id, int score) {
this.name = name;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class ex1 {
public static void main(String[] args) {
student x=new student("阿玲",65,100);
x.show();
}
}
package yoooooo;
class student{
String name;
int id;
int score;
student(String x, int id, int score) {
name = x;
this.id = id;
this.score = score;
}
void show(){
System.out.println("姓名"+name);
System.out.println("學號"+id);
System.out.println("分數"+score);
}
}
public class yooooo2 {
public static void main(String[] args) {
student X=new student("蘿莉舔舔",10233086,100);
X.show();
}
}
package she1111;
class student{
String name;
int id;
int score;
student(String x,int id,int score){
name=x;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class she1111 {
public static void main(String[]args){
student X=new student("小華",6,68);
X.show();
}
}
package ff;
class IcCard{
long id;
int money;
IcCard(){
}
IcCard(long id, int money){
this.id = id;
this.money = money;
}
void show(){
System.out.println("id:"+id);
System.out.println("money:"+money);
}
}
public class dd {
public static void main(String[] args) {
IcCard X=new IcCard(0x336789AB,300);
X.show();
}
}
package ff;
class student{
String name;
int id;
int score;
student(String x, int id, int score) {
name = x;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name;"+name);
System.out.println("id;"+id);
System.out.println("score;"+score);
System.out.println("========================================");
}
}
public class ss {
public static void main(String[] args) {
student X[]=new student[3];
X[0]=new student("小三",3,59);
X[1]=new student("白杞",6,78);
X[2]=new student("小小",9,99);
for(int i=0; i<X.length;i++)
X[i].show();
}
}
package hjsjs;
class student{
String name;
int id;
int score;
student(String name, int id, int score) {
this.name = name;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class jsjsjsjj {
public static void main(String[] args) {
student X=new student("胖仔",103,59);
X.show();
}
}
package QWERTYUI;
class student{
String name;
int id;
int score;
student(String name, int id, int score) {
super();
this.name = name;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class TYUJK,L {
public static void main(String[] args) {
student X=new student("王小名",12334567,70);
X.show();
}
}
package DDDDDFF;
class SSSDFFVF{
String name;
int id;
int score;
student(String name, int id, int score) {
super();
this.name = name;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class vfvfvfvf {
public static void main(String[] args) {
student X=new student("王小名",12334567,70);
X.show();
}
}
package ASD123;
class student{
String name;
int id;
int score;
student(String name, int id, int score) {
super();
this.name = name;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class vfvfvfvf {
public static void main(String[] args) {
student X=new student("王BB",12334567,70);
X.show();
}
}
package roger665;
class student{
String name;
int id;
int score;
student(String name, int id, int score) {
super();
this.name = name;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class vfvfvfvf {
public static void main(String[] args) {
student X=new student("王xx",12334567,70);
X.show();
}
}
package GFFTJGFFJ;
class student{
String name;
int id;
int score;
student(String name, int id, int score) {
super();
this.name = name;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class vfvfvfvf {
public static void main(String[] args) {
student X=new student("王GG",12334567,70);
X.show();
}
}
package hello;
class student{
String name;
int id;
int score;
public student(String name, int id, int score) {
this.name = name;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class ex2 {
public static void main(String[] args) {
student x=new student("綱",92,0);
x.show();
}
}
package hello527;
class student{
String name;
int id;
int score;
public student(String name, int id, int score) {
this.name = name;
this.id = id;
this.score = score;
}
void show(){
System.out.println("name:"+name);
System.out.println("id:"+id);
System.out.println("score:"+score);
}
}
public class ex1 {
public static void main(String[] args) {
student x=new student("思涵",68,100);
x.show();
}
}
張貼留言