美团2024年春招第一场笔试【技术】
//小美的 MT
import java.util.Scanner;
import java.util.ArrayList;
import java.util.List;
// 注意类名必须为 Main, 不要有任何 package xxx 信息
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
int k = sc.nextInt();
List list = new ArrayList<>();
String s = sc.next();
int l = 0;
for (int i = 0; i < n; i++) {
char c = s.charAt(i);
if (c == 'M' || c == 'T') {
l++;
}
}
if (l + k > n) {
System.out.println(n);
} else {
System.out.println(l + k);
}
}
}
import java.util.Scanner;
import java.util.ArrayList;
import java.util.List;
// 注意类名必须为 Main, 不要有任何 package xxx 信息
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
int k = sc.nextInt();
List
String s = sc.next();
int l = 0;
for (int i = 0; i < n; i++) {
char c = s.charAt(i);
if (c == 'M' || c == 'T') {
l++;
}
}
if (l + k > n) {
System.out.println(n);
} else {
System.out.println(l + k);
}
}
}
全部评论
相关推荐
昨天 11:25
门头沟学院 算法工程师 SoulStar:自己应该看不到,这个是字节比较保密的信息,之前有mentor加我,说他能看到,但是不能给我说,给我说了他可能就要被辞退了
点赞 评论 收藏
分享
11-10 22:06
上海震旦职业学院 前端工程师 点赞 评论 收藏
分享