摘要:
1 #define _CRT_SECURE_NO_WARNINGS//防止vs下scanf报错 2 #include <stdio.h> 3 #include <stdlib.h> 4 5 6 void hanoi(int number, char original, char assist, ch 阅读全文
posted @ 2021-12-12 23:44
吕辉
阅读(49)
评论(0)
推荐(0)
摘要:
1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <conio.h> 4 5 #define _CRT_SECURE_NO_WARNINGS//解决vs下直接用scanf报错 6 7 typedef struct operandstack// 阅读全文
posted @ 2021-12-12 22:36
吕辉
阅读(185)
评论(0)
推荐(0)

浙公网安备 33010602011771号