摘要: 有两个文件如下所示: employee.txt 100 Jason Smith 200 John Doe 300 Sanjay Gupta 400 Ashok Sharma bonus.txt 100 $5,000 200 $500 300 $3,000 400 $1,250 employee.tx 阅读全文
posted @ 2020-01-02 17:36 王清河 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 所谓大数,就是超过longlong表示的位数。 #include<stdio.h> #include<stdlib.h> #include<string.h> #define BASE (10) #define MAX(x, y) ((x) > (y) ? (x) : (y)) typedef st 阅读全文
posted @ 2020-01-02 15:18 王清河 阅读(2279) 评论(0) 推荐(0) 编辑