投递有赞等公司10个岗位 >
0 点赞 评论 收藏
分享
投递网易等公司10个岗位 >
0 点赞 评论 收藏
分享
就想有个靠谱工作:呜呜呜,题目没看清楚是N-1条边,还以为会有环路,哭了
投递美团等公司10个岗位 >
0 点赞 评论 收藏
分享
哼哈😄:import java.util.Scanner;
/**
* Created by jia on 2018/9/3.
*/
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String x = sc.nextLine();
int num = Integer.valueOf(x);
int count = 0;
if (num < 1000000000){
while(num >999){
char [] arr = String.valueOf(num).toCharArray();
StringBuilder str = new StringBuilder();
for(int i = 0; i < arr.length;i++ ){
if(arr[i] == '2'){
str.append("2");
}
if(arr[i] == '0'){
str.append("0");
}
if(arr[i] == '1'){
str.append("1") ;
}
if(arr[i] =='8' ){
str.append("8");
}
}
if (str.toString().equals("2018")){
count++;
}
num --;
}
}
System.out.print(count);
}
}
投递吉比特等公司10个岗位 >
0 点赞 评论 收藏
分享
关注他的用户也关注了: