资源简介
2019PAT冬季甲级题目及解答
代码片段和文件信息
#include
#include
#include
using namespace std;
char arr[26][7][6];
string s;
void call(const string &s) {
//7行
for (int i = 0; i < 7; i++) {
for (int j = 0; j < s.length(); j++) {
printf(“%5s“ arr[s[j] - ‘A‘][i]);
if (j != s.length() - 1)
printf(“ “);
}
if (i != 6)
printf(“\n“);
}
}
int main() {
for (int i = 0; i < 26; i++) {
for (int j = 0; j < 7; j++) {
scanf(“%s“ arr[i][j]);
}
}
//削除换行符
getchar();
getline(cin s);
int pos = 0 pre;
bool op = false;
while (pos < s.length()) {
while (pos < s.length() && !(s[pos] >= ‘A‘ && s[pos] <= ‘Z‘))
++pos;
if (pos == s.length())
break;
pre = pos;
while (pos < s.length() && s[pos] >= ‘A‘ && s[pos] <= ‘Z‘)
++pos;
if (op)
printf(“\n\n“);
op = true;
call(s.substr(pre pos - pre));
}
return 0;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1091 2020-11-30 21:11 2019冬季甲级\19冬季1.cpp
文件 839 2020-11-30 22:25 2019冬季甲级\19冬季2.cpp
文件 1594 2020-11-30 21:12 2019冬季甲级\19冬季3.cpp
文件 988 2020-11-30 21:12 2019冬季甲级\19冬季4.cpp
文件 309408 2020-11-30 21:14 2019冬季甲级\A.pdf
文件 157598 2020-11-30 21:17 2019冬季甲级\B.pdf
文件 143482 2020-11-30 21:16 2019冬季甲级\C.pdf
文件 157752 2020-11-30 21:16 2019冬季甲级\D.pdf
- 上一篇:数据结构课程设计之车厢调度
- 下一篇:2020PAT春季甲级 题目及AC代码
相关资源
- 2020PAT春季甲级 题目及AC代码
- UniPatcher_v2017.6及以下可用.zip
- Springer 会议用LaTeX tempate
- appcompat-v7
- 火狐浏览器firepath 0.9.7.1
- UniversalTermsrvPatch-x64
- AMD 补丁签名 ATIKMDAG-PATCHER
- Z.Dapper.Plus-cleaned-patched.zip
- TeamViewer_12.x_Patch_URET_v4.9.exe
- iar 8.50 patcher
- NS2 nist wimax patch
- Pattern Classification 2nd edition出版前版本
- compat-libcwait-2.1-1.i386.rpm
- flexlm.ecc.generic.patcher
- 873971781Mir2MapPath.rar
- IAR for ARM 8506修复工具
- 算法笔记.胡凡pdf
- PatchIDM.rar
- PatchNavicat.exe
- unity2018破解,unipatcher2018.7z
- ManageEngine_Patch_Manager_Plus_64bitStandardE
- 论文研究 - 基于Xlpat平台的美国高校药
- H3C Secpath1000f系列防火墙产品规格
- H3C SecPath高端防火墙NAT典型配置举例
- H3C SecPath 500F系列防火墙产品规格
- H3C SecPath F100系列防火墙产品功能特性
- H3C Secpath1000f系列防火墙应用方案
- H3C SecPath高端防火墙入侵检测典型配置
- H3C SecPath F100系列防火墙产品系统
- Dissipation of carbendazim and chloramphenicol
评论
共有 条评论