摘要:
一些零零散散的记录 向量 原理 https://www.cnblogs.com/ixtwuko/p/advanced-mathematics-p06.html $\vec a\times \vec b=-\vec b\times \vec a$ 叉乘: 题 注意投影的曲面方程要把0带上!! 变量代换 阅读全文
摘要:
Educational Codeforces Round 23 https://codeforces.com/contest/817 数据结构专场。 A. Treasure Hunt #include <bits/stdc++.h> using namespace std; int main () 阅读全文