摘要:
试题编号: 202006-2 试题名称: 稀疏向量 时间限制: 2.0s 内存限制: 512.0MB 问题描述: C++ #include<iostream> #include<map> using namespace std; int main() { long long n, a, b; cin 阅读全文
摘要:
试题名称: 线性分类器 时间限制: 1.0s 内存限制: 512.0MB 问题描述: C++ #include<iostream> using namespace std; class Point { public: int x; int y; char type; }; int main() { 阅读全文