-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Description
必package mt3;
import java.io.*;
public class mt3_sample4 {
public static void main(String[] args) throws IOException {
// TODO Auto-generated method stub
System.out.println("文字列を入力してください");
BufferedReader br =
new BufferedReader(new InputStreamReader(System.in));
String str =br.readLine();
System.out.println(str );
}}要なデータが送信するには大きすぎたため、クリップボードに書き込みました。貼り付けてください。
Metadata
Metadata
Assignees
Labels
No labels