1003 我要通过! (20分) 题目地址: https://pintia.cn/problem sets/994805260223102976/problems/994805323154440192 “ 答案正确 ”是自动判题系统给出的最令人欢喜的回复。本题属于 PAT 的“ 答案正确 ”大派送 ...
分类:
其他好文 时间:
2020-01-06 21:16:20
阅读次数:
98
7-37 整数分解为若干项之和 (20分) https://pintia.cn/problem-sets/14/problems/2990 1 #include<iostream> 2 using namespace std; 3 int sum=0,pos=-1,countN=0,N;//定义试探 ...
分类:
其他好文 时间:
2020-01-02 22:41:11
阅读次数:
81
7-32 说反话-加强版 (20分) https://pintia.cn/problem-sets/14/problems/812 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <string> 5 ...
分类:
其他好文 时间:
2019-12-31 21:32:44
阅读次数:
196
L1-050 倒数第N个字符串 (15分) https://pintia.cn/problem-sets/994805046380707840/problems/994805080346181632 1 #include <cstdio> 2 #include <cstring> 3 #includ ...
分类:
其他好文 时间:
2019-12-29 18:19:03
阅读次数:
79
L1-023 输出GPLT (20分) https://pintia.cn/problem-sets/994805046380707840/problems/994805113036587008 后面处理如何正确输出GPLT,且对应字母缺少则继续按顺序输出下一个存在的字母时不会处理,其实用一个whi ...
分类:
其他好文 时间:
2019-12-28 22:57:49
阅读次数:
73
L1-020 帅到没朋友 (20分) https://pintia.cn/problem-sets/994805046380707840/problems/994805117167976448 cout<<setw(5)<<setfill('0')<<right<<temp;//输出5位,右对齐,不 ...
分类:
其他好文 时间:
2019-12-28 09:23:24
阅读次数:
88
L1-041 寻找250 (10分) https://pintia.cn/problem-sets/994805046380707840/problems/994805089657536512 #include <cstdio> #include <iostream> using namespace ...
分类:
其他好文 时间:
2019-12-21 13:44:26
阅读次数:
113
The so-called phantom problem occurs within a transaction when the same query produces different sets of rows at different times. For example, if a SE ...
分类:
数据库 时间:
2019-12-17 16:39:50
阅读次数:
172
1.mongodb 数据导出: connection options: /h, /host:<hostname> mongodb host to connect to (setname/host1,host2 for replica sets) /port:<port> server port (c ...
分类:
其他好文 时间:
2019-12-10 15:13:27
阅读次数:
108
题目地址: https://cryptopals.com/sets/1/challenges/3 解法: 感想: 还以为要把ETAOIN SHRDLU这句话当成答案 ...
分类:
其他好文 时间:
2019-12-07 01:24:37
阅读次数:
135