2840: 向量点积计算 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int a[10000],b[10000];int main(){ int …… 题解列表 2023年07月17日 0 点赞 0 评论 73 浏览 评分:0.0
2840: 向量点积计算 摘要:解题思路:注意事项:参考代码:n = int(input())la = list(map(int,input().split()))lb = list(map(int,input().split())…… 题解列表 2024年07月31日 0 点赞 0 评论 59 浏览 评分:0.0
题解 2840: 向量点积计算 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;typedef long long ll;const int N=1001;ll a[N];…… 题解列表 2024年04月14日 0 点赞 0 评论 63 浏览 评分:0.0
向量点积计算 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int a[1000],b[1000];int main(){ int n,s…… 题解列表 2023年07月17日 0 点赞 0 评论 45 浏览 评分:0.0
向量点积计算(建立结构体) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>struct xy{ int a; int b;}spot[1000];int main(){ int n,sum=0; scanf("…… 题解列表 2023年02月05日 0 点赞 0 评论 159 浏览 评分:0.0
向量点积计算 摘要:解题思路:注意事项:参考代码:#include<stdio.h> int main(){ int n,i,sum=0 ; int a[223223]={0},b[23244252]={0…… 题解列表 2024年11月20日 0 点赞 0 评论 50 浏览 评分:0.0