Thu May 4 02:45:00 UTC 2023 inscode

上级 febf2653
class Main { import java.util.Scanner;
public static void main(String[] args) {
System.out.println("Hello world!"); public class Main {
} public static void main(String[] args){
} Scanner s = new Scanner(System.in);
\ No newline at end of file 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.
先完成此消息的编辑!
想要评论请 注册