码迷,mamicode.com
首页 > 其他好文 > 详细

入门训练 A+B问题

时间:2016-11-06 01:56:41      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:log   sys   static   alt   system.in   问题   port   com   images   

技术分享

技术分享

技术分享

 

 -------------------------------------------------------------------------------------------------------------------------

本题主要是讲蓝桥杯的注意事项的,细节决定成败

-------------------------------------------------------------------------------------------------------------------------

我的算法

1 import java.util.Scanner;
2 class Main {
3     public static void main(String[] args) {
4         Scanner sc = new Scanner(System.in);
5         int a = sc.nextInt();
6         int b = sc.nextInt();
7         System.out.println(a+b);
8     }
9 }

 

入门训练 A+B问题

标签:log   sys   static   alt   system.in   问题   port   com   images   

原文地址:http://www.cnblogs.com/loveluking/p/6034273.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!