摘要: #include<iostream>#include<cstdio>#include<algorithm> #pragma warning(disable : 4996) using namespace std; int main() { char str[1000] = "123hello all 阅读全文
posted @ 2022-03-16 14:16 江南王小帅 阅读(43) 评论(0) 推荐(0)
摘要: #include<iostream>#include<cstdio> #pragma warning(disable : 4996) using namespace std; int main() { char str[1000]; FILE *fp = fopen("4.txt", "r"); w 阅读全文
posted @ 2022-03-16 14:12 江南王小帅 阅读(54) 评论(0) 推荐(0)
摘要: #include<iostream>#include<cstdio>#include<algorithm> #pragma warning(disable : 4996) using namespace std; int a[1000];int main() { //文本文件的读写 FILE *fp 阅读全文
posted @ 2022-03-16 14:02 江南王小帅 阅读(47) 评论(0) 推荐(0)
摘要: #include<iostream>#include<cstdio>#include<string>#include<cmath>#include<fstream> #pragma warning(disable : 4996) using namespace std; int main() { c 阅读全文
posted @ 2022-03-16 09:59 江南王小帅 阅读(25) 评论(0) 推荐(0)