- A+B Problem
- 2017-10-23 21:50:05 @
JAVA编的为啥一会儿有对的一会儿全错???
import java.util.Scanner;
public class Main
{
public static void main(String[] args)
{
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
System.out.println(a + b);
}
}
1 条评论
-
Jonjs (Jonjs) LV 6 @ 2019-03-02 14:22:58
throw一下看看
- 1
信息
- ID
- 1000
- 难度
- 9
- 分类
- (无)
- 标签
- (无)
- 递交数
- 74382
- 已通过
- 28459
- 通过率
- 38%
- 被复制
- 220