P1019 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <math.h>int main() { int n; scanf("%d", &n); int a[n], b[n…… 题解列表 2018年08月09日 0 点赞 0 评论 955 浏览 评分:0.0
P1019 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<cmath> #include<algorithm> using namespace std; const…… 题解列表 2018年06月18日 0 点赞 0 评论 937 浏览 评分:0.0
P1019 (Java代码) 摘要:本来想的是两个数列相加再减 后来发现是错的思路 ✗然后就想排列后比较在加,发现数值太小 ✗最后一个正排列,一个反方向排列再比大小相加就成功了 参考代码:import java.util…… 题解列表 2018年05月03日 0 点赞 0 评论 1544 浏览 评分:0.0