矩阵面积相交 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int i,j,x1[1000],x2[1000],y1[1000],y2[…… 题解列表 2025年04月29日 0 点赞 0 评论 66 浏览 评分:0.0
矩阵面积相交-题解(C语言代码)【iorixq】 摘要:既然大神们都没给题解,我就第一个献丑了^_^ 注意:数组定大点,否则会出现运行错误 ```c #include #include int area_square(int ax1,in…… 题解列表 2020年03月10日 0 点赞 0 评论 664 浏览 评分:8.0