会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
chaoshunli
博客园
首页
新随笔
联系
订阅
管理
2024年4月10日
软件工程第二次作业总结
摘要: include using namespace std; const int N = 100000; int b[N]; int main() { int n; cin >> n; for (int i = 1; i <= n; i++) { cin >> b[i]; } int ans = 0;
阅读全文
posted @ 2024-04-10 22:13 chaoshunli
阅读(10)
评论(0)
推荐(0)
2024年3月31日
软件工程第一次作业
摘要: 请阅读北航陈彦吉同学的这篇博客中(地址:https://www.cnblogs.com/ChildishChange/p/7363123.html)的各参考资料,并回答如下问题: 1.回顾你过去将近3年的学习经历 当初你报考的时候,是真正喜欢计算机这个专业吗? 你现在后悔选择了这个专业吗? 你认为你
阅读全文
posted @ 2024-03-31 19:00 chaoshunli
阅读(21)
评论(0)
推荐(0)
公告