coming


私信TA

用户名:coming

访问量:6767

签 名:

等  级
排  名 2909
经  验 2106
参赛次数 2
文章发表 18
年  龄 0
在职情况 学生
学  校 江西理工大学
专  业

  自我简介:


解题思路:

注意事项:

参考代码:

public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
int result=0;
while(n>=3) {
n-=2;
result+=3;
}
result+=n; //最后结果要记得加上余数;
System.out.println(result);
   }

}


 

0.0分

0 人评分

  评论区

  • «
  • »