摘要: Windows系统,C语言个人所得税计算系统。 1 #include <stdio.h> 2 3 #include <windows.h> 4 5 int main() 6 7 { const int ZBB=5000; 8 9 const float Ctaxrate0=0; 10 11 cons 阅读全文
posted @ 2021-06-01 00:21 考研鱼 阅读(365) 评论(0) 推荐(0)