摘要:
#include<stdlib.h>#include<stdio.h>typedef struct node{ int id; int fileSize; int origSize; int isFolder; struct node *parent; struct node *child; str 阅读全文
摘要:
#include<stdio.h>#include<stdlib.h>#pragma warning(disable:4996)typedef struct node{ int x; int y; int val;}node;int t, n, w, k;#define SIZE 100000#de 阅读全文
摘要:
//#include "stdio.h"////#define SIZE 10000//typedef struct Node{// int id;// int filesize;// int originsize;// int isfolder;// Node *child;// Node *pa 阅读全文