当前位置:网站首页>1076 Wifi密码 (15 分)
1076 Wifi密码 (15 分)
2022-08-11 06:46:00 【呆比特】
题目要求:

代码:
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
sc.nextLine();
StringBuilder sb = new StringBuilder();
for (int i = 0; i < n; i++) {
String[] s = sc.nextLine().split(" ");
for (int j = 0; j < s.length; j++) {
if (s[j].contains("T")){
sb.append(Integer.valueOf(s[j].charAt(0)) - 64);
}
}
}
System.out.println(sb);
}
}
结果:
边栏推荐
- daily sql - query for managers and elections with at least 5 subordinates
- prometheus学习4Grafana监控mysql&blackbox了解
- Pinduoduo API interface
- Redis测试
- Redis源码:Redis源码怎么查看、Redis源码查看顺序、Redis外部数据结构到Redis内部数据结构查看源码顺序
- 那些事情是用Unity开发项目应该一开始规划好的?如何避免后期酿成巨坑?
- 年薪40W测试工程师成长之路,你在哪个阶段?
- 技能在赛题解析:交换机防环路设置
- 进制转换间的那点事
- Douyin API interface
猜你喜欢

Pinduoduo API interface (attach my available API)

MySQL 版本升级心得

Amazon Get AMAZON Product Details API Return Value Description

mysql视图与索引

Pico neo3 Unity打包设置

恒源云-Pycharm远程训练避坑指南

Douyin get douyin share password url API return value description

Spatial Pyramid Pooling -Spatial Pyramid Pooling (including source code)

从苹果、SpaceX等高科技企业的产品发布会看企业产品战略和敏捷开发的关系

【Pytorch】nn.ReLU(inplace=True)
随机推荐
【LaTex-错误和异常】\verb ended by end of line.原因是因为闭合边界符没有在\verb命令所属行中出现;\verb命令的正确和错误用法、verbatim环境的用法
TF中的One-hot
DDR4内存条电路设计
Spatial Pyramid Pooling -Spatial Pyramid Pooling (including source code)
微信小程序功能上新(2022.06.01~2022.08.04)
jar服务导致cpu飙升问题-带解决方法
常见激活函数及其导数
【Pytorch】nn.PixelShuffle
技术分享 | 实战演练接口自动化如何处理 Form 请求?
concept noun
Unity3D 学习路线?
prometheus学习4Grafana监控mysql&blackbox了解
Internet phone software or consolidation of attack must be "free" calls security clearance
Pytorch模型转ONNX模型
Douyin API interface
软件测试基本流程有哪些?北京专业第三方软件检测机构安利
ssh服务攻防与加固
Daily sql - judgment + aggregation
tf中自减操作;tf.assign_sub()
1688 product interface