题目 Atcoder 思路 代码 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 100010; int n, w[4][N], to[N], st[N];  ...
                            
                            
                                分类:
其他好文   时间:
2021-06-02 15:31:22   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    题目 Atcoder 思路 代码 #include <iostream> #include <algorithm> #include <cstring> using namespace std; const int N = 100010, M = N << 1; int n, m; int h[N] ...
                            
                            
                                分类:
其他好文   时间:
2021-06-02 15:30:41   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    新建 axios.js 放入libs目录下 import qs from 'qs'; // create an axios instance const service = axios.create({ baseURL: process.env.VUE_APP_BASE_API, // url =  ...
                            
                            
                                分类:
移动开发   时间:
2021-06-02 14:43:30   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                #include <stdio.h> const int N=3; int main() { int a[N] = {1, 2, 3}; int i; printf("通过数组名和下标直接访问数组元素:\n"); for(i=0; i<N; i++) printf("%d: %d\n", &a[i] ...
                            
                            
                                分类:
其他好文   时间:
2021-06-02 13:50:16   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                #include <stdio.h> const int N=3; int main() { int a[N] = {1, 2, 3}; int i; printf("通过数组名和下标直接访问数组元素:\n"); for(i=0; i<N; i++) printf("%d: %d\n", &a[i] ...
                            
                            
                                分类:
其他好文   时间:
2021-06-02 13:48:33   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                #include <stdio.h> const int N=3; int main() { int a[N] = {1, 2, 3}; int i; printf("通过数组名和下标直接访问数组元素:\n"); for(i=0; i<N; i++) printf("%d: %d\n", &a[i] ...
                            
                            
                                分类:
其他好文   时间:
2021-06-02 13:43:42   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                实验任务一 #include <stdio.h> const int N=3; int main() { int a[N] = {1, 2, 3}; int i; printf("通过数组名和下标直接访问数组元素:\n"); for(i=0; i<N; i++) printf("%d: %d\n", ...
                            
                            
                                分类:
编程语言   时间:
2021-06-02 13:40:25   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                #include <stdio.h> const int N=3; int main() { int a[N] = {1, 2, 3}; int i; printf("通过数组名和下标直接访问数组元素:\n"); for(i=0; i<N; i++) printf("%d: %d\n", &a[i] ...
                            
                            
                                分类:
其他好文   时间:
2021-06-02 13:37:57   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                #include <stdio.h> const int N=3; int main() { int a[N] = {1, 2, 3}; int i; printf("通过数组名和下标直接访问数组元素:\n"); for(i=0; i<N; i++) printf("%d: %d\n", &a[i] ...
                            
                            
                                分类:
其他好文   时间:
2021-06-02 13:37:21   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                task 1 #include <stdio.h> const int N=3;int main() {	int a[N] = {1, 2, 3}; int i; printf("通过数组名和下标直接访问数组元素:\n");	for(i=0; i<N; i++) printf("%d: %d\n", ...
                            
                            
                                分类:
其他好文   时间:
2021-06-02 13:36:45   
                                阅读次数:
0