public static String main(String[] args){
int input = new Scanner(System.in).nextInt();
boolean[] arr = new boolean[10];
int ans = 0;
while(input>0){
int end = input%10;
if(!arr[end]){
arr[end] = true...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《期末考试数字倒序去重输出》 | 307字 | 10.0分钟 | 100% | 72 CPM | 56 次 | 0 | 不及格,加强练习! |
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: 男儿立身须自强。 ——李颀 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |