摘要: #include<bits/stdc++.h> using namespace std; #define TAXBASE 3500; typedef struct { long start; long end; double taxrate; }TAXTABLE; TAXTABLE TaxTable 阅读全文
posted @ 2023-04-24 20:51 kxzzow 阅读(11) 评论(0) 推荐(0)