本文分类:news发布日期:2025/11/23 17:30:57
打赏

相关文章

读书笔记《投资的未来》,估算收益率

比较IBM和新泽西标准石油两家公司,一个新兴的,受追捧的,一个传统的,但结果,是石油公司胜出。尽管两只股票的业绩都不错,但是1950~2003年,新泽西标准石油的投资者每年可以取得14.42%的年收益率,这比IBM提供的1…

1101. Quick Sort (25)

1101. Quick Sort (25)#include <iostream> #include <vector> #include <algorithm>using namespace std;int num[100010], low[100010], high[100010];int main() {int n;scanf("%d", &…

1100. Mars Numbers (20)

1100. Mars Numbers (20)#include <iostream> #include <string.h>using namespace std;char ch[2][13][5] = {"tret", "jan", "feb", "mar", "apr",…

1083. List Grades (25)

1083. List Grades (25)#include <iostream>using namespace std;struct node {char name[20], id[20]; }stu[110];int flag[110];int main() {int n;scanf("%d", &n);int i, grade;node nod;for(…

手机版浏览

扫一扫体验

微信公众账号

微信扫一扫加关注

返回
顶部