java--study||O.o 摘要:参考代码:import java.util.Scanner; public class Main { public static void main(String[] args) { …… 题解列表 2024年05月13日 0 点赞 0 评论 529 浏览 评分:10.0
java--study||O.o 摘要:参考代码:import java.util.Scanner; public class Main { public static void main(String[] args) { …… 题解列表 2024年05月13日 1 点赞 0 评论 520 浏览 评分:10.0
java--study||O.o 摘要:参考代码:import java.util.Scanner; public class Main { public static void main(String[] args) { …… 题解列表 2024年05月12日 2 点赞 0 评论 366 浏览 评分:9.9
不用结构体我照样写!!! 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int number = 0;int i = 0;int year = 0;int month = 0;int day = 0;//这…… 题解列表 2024年05月12日 0 点赞 0 评论 143 浏览 评分:0.0
编写题解 2809: 菲波那契数列 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){int a[1000],k;cin>>k;a[0]=1;a[1…… 题解列表 2024年05月12日 0 点赞 0 评论 208 浏览 评分:0.0
编写题解 2749: Hello, World! 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ cout <<"Hello, World!"; return …… 题解列表 2024年05月12日 0 点赞 0 评论 474 浏览 评分:9.9
编写题解 2883: 矩阵加 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;const ll N=101;ll a[…… 题解列表 2024年05月12日 0 点赞 0 评论 140 浏览 评分:0.0
题解 2883: 矩阵加法 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;const int N=100;int …… 题解列表 2024年05月12日 0 点赞 0 评论 145 浏览 评分:0.0
计算矩阵边缘元素之和 摘要:```cpp #include using namespace std; typedef long long ll; const int N =1e3; int a[N][N]; int…… 题解列表 2024年05月12日 0 点赞 0 评论 273 浏览 评分:9.9
2883: 矩阵加法 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;const ll N=1e3;ll a[…… 题解列表 2024年05月12日 0 点赞 0 评论 152 浏览 评分:0.0