摘要:
#include <stdio.h> #include <stdlib.h> int main() { int d = 102523; int a; char s[10]; sprintf(s, "%d", d); //整型d中的数输出到字符数组s中 // for (int i = 0; i < s 阅读全文
posted @ 2023-03-01 22:47
DuJunlong
阅读(10)
评论(0)
推荐(0)
摘要:
#include <stdio.h> #include <stdlib.h> typedef struct Node{ char bj[20]; char name[50]; }Stu; int cmp(const void *e1, const void *e2) { if ( strcmp((( 阅读全文
posted @ 2023-03-01 20:20
DuJunlong
阅读(32)
评论(0)
推荐(0)

浙公网安备 33010602011771号