励志成为编程大师
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《全WA咋办》回复:
@[fjtMESSI10](/user/1261166) ^_^已关
在讨论《已经昏了......》回复:
@[Lazy_crush](/user/1062420) 谢谢已关
### 我也不知道是哪里出错了,有没有大佬教教我...... ```cpp #include using namespace std; int w(int a){ int f = 0,d = a; while(d){ d /= 10; f++; } return f; } int main(){ int m,k; ci…
```cpp #include using namespace std; struct stu{ int num; int a; int b; }s[1001]; int main(){ int n; cin >> n; for(int i = 1;i > s[i].num >> s[i].a >> s[i].b; }…
在讨论《全wa,求助,必回关!!》回复:
建议使用结构体: ```cpp struct stu{ string name; int age; int score; }a[10]; ```
```cpp #include using namespace std; int n; long long f[5002]; int main(){ cin >> n; f[1] = 1; f[2] = 2; for(int i = 3;i <= n;i++){ f[i] = f[i - 1] + f[i - 2];…
在讨论《用手写堆排序A了,但有点小问题》回复:
数组扩容了解一下
在讨论《建议降红!!!!》回复:
请 尊重每一个题目和作者。