×
解除綁定,重新設定系統帳號的密碼
您的系統帳號 ID:
您的系統帳號:
您的帳號暱稱:
設定新密碼:
設定新密碼:
×
請輸入要加入的「課程代碼」
請向開設課程的使用者索取「課程代碼」
Problems
Submissions
Rank
Forum
Contest
Login
Register
New Thread
#4: Java
ygktxzah
(ygktxzah)
School:
No School
ID:
448
×
傳送站內訊息
To:
Subject:
Content:
IP address:
[42.72.76.158]
註冊時間:
2022-12-21 13:28:53
Last Login:
2022-12-21 13:29:09
a001.
哈囉
--
Brian Kernighan
| From: [42.72.76.158] | Post Date: 2022-12-21 13:33
import java.util.Scanner;
public class a001 {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String s = sc.nextLine();
System.out.print("hello, " + s);
sc.close();
}
}