摘要: #include <stdio.h> #include<math.h> int main() { int x1, x2, x3, x5, x8, y1, y2, y3, y5, y8; double max = 0.0, result; for (x8 = 0; x8 <= 2; x8++) for 阅读全文
posted @ 2023-04-25 12:14 258333 阅读(8) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #define TAXBASE 3500 typedef struct { long start; long end; double taxrate; }TAXTABLE; TAXTABLE Tax 阅读全文
posted @ 2023-04-25 12:13 258333 阅读(8) 评论(0) 推荐(0) 编辑