摘要:
这里是12.11随笔。 代码留档:#include<stdio.h> include<stdlib.h> include<string.h> int main(){ int i,n,p,x,k; scanf("%d %d",&n,&p); int s=(int )malloc(sizeof(int) 阅读全文
摘要:
这里是12.9随笔。 代码留档:#include <stdio.h> include <stdlib.h> define MAX 1024 typedef struct Hash_{ int HashList[MAX]; int Length; }Hash, *PHash; int main(){ 阅读全文
摘要:
这里是12.6随笔 英语作文留档: Procrastination is a common yet harmful habit. It stealthily creeps into our lives and begins to disrupt our normal routines. It cau 阅读全文