-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
第二次任务 #157
base: master
Are you sure you want to change the base?
第二次任务 #157
Conversation
#include <iostream> | ||
using namespace std; | ||
|
||
void addBtoA(int arrA[], int arrB[]) // ʹ����B����A�� |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
留意一下编码问题,乱码了
第二次任务第二次pr--黄文涛 |
arrA[i + j + 1] = arrB[j]; | ||
j--; | ||
} | ||
while (j >= 0)//当B中有剩余的值时,将剩余的值赋到A中 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里貌似是个死循环
第二次任务第三次修改 |
第二次任务第三次修改,将一整个cpp的汇总拆为6个题目相对应的cpp文件 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
review
Update from works
第三次任务 |
完成得不错,有几点建议:
|
No description provided.