题解列表

筛选

Tetrahedrons and Spheres

摘要:#include <cstdio> #include <cstring> #include <cstdlib> #include <cmath> #include <algorithm> #……

2175: 信息学奥赛一本通T1250-The Castle

摘要:``` /* 在标注四个方向时一定要注意本题中往下是y轴增加的方向,和我们平时用的数学中的坐标轴不同!!! */ #include #define x first #define……

矩阵对角线求和 题解(c++)

摘要:解题思路:先输入,再直接输出。注意事项:无。参考代码:#include<bits/stdc++.h>using namespace std;int a[55][55];int main(){ for(……