linhy_Asa
linhy_Asa
全部文章
分类
题解(25)
归档
标签
去牛客网
登录
/
注册
linhy_Asa的博客
全部文章
(共2篇)
题解 | #矩阵乘法#
模拟矩阵乘法的实现,难度中下吧 #include <bits/stdc++.h> using namespace std; int main(){ int x = ...
C++
数组
数学
2022-09-08
1
280
题解 | #输入n个整数,输出其中最小的k个#
没有难度 #include <iostream> #include <algorithm> #include <vector> using namespace std; int main(){ &n...
C++
数组
2022-08-11
0
217