上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 101 下一页
摘要: #include #include using namespace std;struct num{ double a; double b;};void add(struct num A, struct num B, struct num* C);void sub(stru... 阅读全文
posted @ 2017-12-11 15:12 老耗子 阅读(132) 评论(0) 推荐(0)
摘要: #include using namespa... 阅读全文
posted @ 2017-12-11 14:23 老耗子 阅读(62) 评论(0) 推荐(0)
摘要: #include using namespa... 阅读全文
posted @ 2017-12-11 14:23 老耗子 阅读(100) 评论(0) 推荐(0)
摘要: #include using namespace std;int f(int k, int n){ if (k == 0 || k == n) return 1; return f(k, n - 1) + f(k - 1, n - 1);}int main... 阅读全文
posted @ 2017-12-11 14:22 老耗子 阅读(153) 评论(0) 推荐(0)
摘要: #include #include #include #include #include using namespace std;stack stack_num;stack stack_op;bool f(char ch1, char ch2){ // 1-2+3 1*... 阅读全文
posted @ 2017-12-11 08:13 老耗子 阅读(316) 评论(0) 推荐(0)
摘要: #include #include #inc... 阅读全文
posted @ 2017-12-11 08:13 老耗子 阅读(70) 评论(0) 推荐(0)
摘要: #include #include #inc... 阅读全文
posted @ 2017-12-11 08:13 老耗子 阅读(103) 评论(0) 推荐(0)
摘要: 注意顺序#include #include ... 阅读全文
posted @ 2017-12-10 15:39 老耗子 阅读(72) 评论(0) 推荐(0)
摘要: 注意顺序#include #include ... 阅读全文
posted @ 2017-12-10 15:39 老耗子 阅读(81) 评论(0) 推荐(0)
摘要: 注意顺序#include #include #include using namespace std;int f(int n){ int sum = 1; for (int i = 1; i > s; reverse(s.begin(), s.end()); ... 阅读全文
posted @ 2017-12-10 15:39 老耗子 阅读(139) 评论(0) 推荐(0)
上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 101 下一页