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 |
---|---|---|---|---|---|---|---|
《期末考试_数字倒序去重输出》 | 269字 | 2.8分钟 | 100% | 94 CPM | 48 次 | 0 | 不及格,加强练习! |
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: A strong man will struggle with the storms of fate.(Thomas Addison) 强者能同命运的风暴抗争。 ——爱迪生 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |