Lover


私信TA

用户名:17837185450

访问量:7439

签 名:

楼上的快敲代码,我追上你了

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

  自我简介:

参考代码:

import java.util.Scanner;


public class Main1135 {

public static void main(String[] args) {

Scanner sc = new Scanner(System.in);

int a = sc.nextInt();

int n = sc.nextInt();

long y = 0, S = 0;

for (int i = 1; i <= n; i++) {

y = y * 10 + a;

S += y;

}

System.out.println(S);

}

}


 

0.0分

0 人评分

  评论区

  • «
  • »