上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 29 下一页
摘要: 0. 不要只吸收他人的观点 线性思维的危害性——使你做的决策越来越差。看到的解决方式越来越少 1. 故事1:诞生——发现不喜欢做作业——>引发思考——>为什么不喜欢做作业呢?(非常非常重要的问题) 故事2:当你还在上学时,最喜欢的是什么?——>下课铃声 ,放学铃声 ——>为什么是这样?——>因为我们 阅读全文
posted @ 2020-01-05 10:31 JasonPeng1 阅读(1005) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include<math.h> using namespace std; const int MAX_LEN = 100005; //const int MAX_D = 31; struct student{ int number; int fir 阅读全文
posted @ 2020-01-05 09:53 JasonPeng1 阅读(180) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include<math.h> using namespace std; const int MAX_LEN = 105; //const int MAX_D = 31; int main(){ int a,b; cin>>a; cin>>b; i 阅读全文
posted @ 2020-01-04 23:52 JasonPeng1 阅读(250) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include<math.h> using namespace std; const int MAX_LEN = 105; //const int MAX_D = 31; //char temp[MAX_LEN]; //vector<char> r 阅读全文
posted @ 2020-01-03 09:08 JasonPeng1 阅读(142) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include<math.h> using namespace std; const int MAX_LEN = 105; //const int MAX_D = 31; int main(){ char temp[MAX_LEN]; for(in 阅读全文
posted @ 2020-01-02 19:18 JasonPeng1 阅读(136) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include<math.h> using namespace std; const int MAX_LEN = 100005; //const int MAX_D = 31; struct ID{ char tem[20]; }; int mai 阅读全文
posted @ 2020-01-01 23:34 JasonPeng1 阅读(243) 评论(0) 推荐(0)
摘要: 第二次: #include <bits/stdc++.h> #include <math.h> #include <cstring> #include <cstdio> using namespace std; const int MAX_LEN = 100005; //const int MAX_ 阅读全文
posted @ 2020-01-01 19:38 JasonPeng1 阅读(111) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include<math.h> using namespace std; const int MAX_LEN = 100005; //const int MAX_D = 31; int main(){ int n; cin>>n; int Bdig 阅读全文
posted @ 2020-01-01 19:21 JasonPeng1 阅读(128) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include<math.h> using namespace std; const int MAX_LEN = 100005; const int MAX_D = 31; int main(){ int a,b,n; cin>>a; cin>>b 阅读全文
posted @ 2020-01-01 19:00 JasonPeng1 阅读(186) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-01-01 15:26 JasonPeng1 阅读(215) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 29 下一页