3 Star 0 Fork 0

BESTI.IS.JAVA2018/20165306

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
E35.java 249 Bytes
Copy Edit Raw Blame History
20165306 authored 2018-03-11 23:32 +08:00 . E35
public class E35 {
public static void main (String args [ ]) {
long sum = 0,a = 8,item = a,n = 12,i = 1;
for(i=1;i<=n;i++) {
sum = sum+item;
item = item*10+a;
}
System.out.println(sum);
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/BESTI-IS-JAVA-2018/20165306.git
git@gitee.com:BESTI-IS-JAVA-2018/20165306.git
BESTI-IS-JAVA-2018
20165306
20165306
master

Search