摘要: include <stdio.h> include <stdlib.h> int main() { int* arr; int N = 0, input = 0, i = 0; int sum = 0, max = 0; scanf_s("%d", &N); arr = (int*)malloc(s 阅读全文
posted @ 2024-04-10 21:20 朱可宇 阅读(52) 评论(0) 推荐(0)
摘要: 请阅读北航陈彦吉同学的这篇博客中(地址:https://www.cnblogs.com/ChildishChange/p/7363123.html)的各参考资料,并回答如下问题: 1.回顾你过去将近3年的学习经历 当初你报考的时候,是真正喜欢计算机这个专业吗? 你现在后悔选择了这个专业吗? 你认为你 阅读全文
posted @ 2024-03-31 17:25 朱可宇 阅读(33) 评论(0) 推荐(0)