Thu May 4 02:45:00 UTC 2023 inscode

上级 febf2653
class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
import java.util.Scanner;
public class Main {
public static void main(String[] args){
Scanner s = new Scanner(System.in);
int a = s.nextInt();
int b = s.nextInt();
System.out.println(a+b);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册