上一页 1 ··· 7 8 9 10 11

2021年8月25日

PAT (Basic Level) 1031 查验身份证 (15 point(s))

摘要: #include <bits/stdc++.h> using namespace std; int main() { int n, allPassed = true, weight[17]{7, 9, 10, 5, 8, 4, 2, 1, 6, 3, 7, 9, 10, 5, 8, 4, 2}; c 阅读全文

posted @ 2021-08-25 21:14 Atl212 阅读(45) 评论(0) 推荐(0)

上一页 1 ··· 7 8 9 10 11

导航