#标识id 类型type 值:value直接输入
text="65465"
print(text)
print("标识id:",id(text))
print("类型type:",type(t...
阅读全文...
实现集合的各种运算#c
#include <stdio.h>
#include <stdlib.h>
#define MAX_SIZE 100
typedef struct {
int data[MAX_S...
阅读全文...
阅读全文...