随笔分类 - C语言进阶
指针部分内容
摘要:2019-12-01 19:07:20 #include <bits/stdc++.h> #include <stdlib.h> #include <stdio.h> using namespace std; #define maxn 10005 #define M 105 char *getLin
阅读全文
posted @ 2019-12-01 19:22
JasonPeng1
摘要:2019-12-01 16:42:32 #include <bits/stdc++.h> #include <stdlib.h> #include <stdio.h> using namespace std; #define maxn 10005 #define M 105 void allocat
阅读全文
posted @ 2019-12-01 16:47
JasonPeng1
摘要:2019-12-01 15:18:44 #include <bits/stdc++.h> #include <stdlib.h> #include <stdio.h> using namespace std; #define maxn 10005 #define M 105 int main(){
阅读全文
posted @ 2019-12-01 16:41
JasonPeng1
摘要:#include <bits/stdc++.h> #include <stdlib.h> #include <stdio.h> using namespace std; #define maxn 10005 #define M 105 int main(){ int num; int *pi = &
阅读全文
posted @ 2019-12-01 15:18
JasonPeng1