题解 2101: 矩阵面积相交 摘要: #include typedef struct Square { int x1; int y1; int x2; …… 题解列表 2021年12月19日 0 点赞 0 评论 257 浏览 评分:9.9
不知道哪儿导致不能执行出来,但本机上可以ac,啥问题啊啊? 摘要:解题思路:注意事项:参考代码:import java.math.BigInteger;import java.util.Arrays;import java.util.Scanner;public c…… 题解列表 2022年10月31日 0 点赞 0 评论 69 浏览 评分:9.9
矩阵面积相交-题解(C语言代码)【iorixq】 摘要:既然大神们都没给题解,我就第一个献丑了^_^ 注意:数组定大点,否则会出现运行错误 ```c #include #include int area_square(int ax1,in…… 题解列表 2020年03月10日 0 点赞 0 评论 483 浏览 评分:8.0
只做最好的题解 摘要:#include<iostream> //#include<bits/stdc++.h> #include<cmath> #include<cstring> #include<algorith…… 题解列表 2021年03月23日 0 点赞 0 评论 109 浏览 评分:2.0