- A+B Problem
- 2013-10-24 21:12:15 @
明明自己测试过很多遍了递交上去还是报WR....
所以**1+4=9 3+8=99 64+98=999** 有哪里不对吗QAQ
###代码:
import java.io.*;
import java.util.*;
public class Main
{
public static void main(String[] args) throws Exception
{
Scanner s = new Scanner(System.in);
int a = s.nextInt();
int b = s.nextInt();
int c = a+b;
String d =Integer.toString(c);
c=d.length();
d="";
for (int e=0;e!=c;e++)
{
d=d+"9";
}
}
}
7 条评论
-
twd2 LV 9 MOD @ 2013-10-25 21:34:16
树形图设计者据说没开放
-
2013-10-25 18:50:11@
看起来很厉害的样子
-
2013-10-25 18:46:30@
我数学太差了?!!!!
-
2013-10-25 18:22:45@
等等,不是上海红茶馆?
-
2013-10-25 16:14:48@
很萌的样子...
-
2013-10-24 22:26:38@
我数学太差了?
-
2013-10-24 21:13:25@
1+4=9 3+8=99 64+98=999 这什么情况……
- 1
信息
- ID
- 1000
- 难度
- 9
- 分类
- (无)
- 标签
- (无)
- 递交数
- 74382
- 已通过
- 28459
- 通过率
- 38%
- 被复制
- 220