burton


私信TA

用户名:sanghui

访问量:2107

签 名:

等  级
排  名 5061
经  验 1598
参赛次数 0
文章发表 2
年  龄 0
在职情况 学生
学  校 河南农业大学
专  业

  自我简介:

TA的其他文章

解题思路:





注意事项:





参考代码:

import java.util.Scanner;

public class c1000 {
 public static void main(String[] args) {
  Scanner sc = new Scanner(System.in);
  System.out.print("输入a和b:");
  int a = sc.nextInt();
  int b = sc.nextInt();
  int c = a + b;
  System.out.println(c);
 }

}


 

0.0分

5 人评分

  评论区

加油
2018-05-29 21:00:18
  • «
  • 1
  • »