题目链接
https://www.nowcoder.com/pat/6/problem/4057
代码
#include<iostream>
#include<string>
#define MAX 105
using namespace std;
int main() {
int n, k=0;
string temp;
string s[MAX];
int a[17] ={
7,9,
博客主要介绍了PAT考试中关于查验身份证号码的编程题,提供了题目链接及对应的解决方案代码。
https://www.nowcoder.com/pat/6/problem/4057
#include<iostream>
#include<string>
#define MAX 105
using namespace std;
int main() {
int n, k=0;
string temp;
string s[MAX];
int a[17] ={
7,9,
217

被折叠的 条评论
为什么被折叠?