Skip to content

Conversation

@Comyn-Echo
Copy link

No description provided.

{
for (j = 1; j <= n; j++)
{
matrix[j][n - i + 1];

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里是想做什么

}
printf_s("\n");
}
return 0;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

按题目要求请将创建好的数组返回

@Sarracen1a
Copy link

除了第一题,后面的题目都或多或少有些问题,请仔细读题之后修改并测试。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants