平方和与立方和C++超简单 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n,m,x,y; while(scanf("%d%d…… 题解列表 2022年05月10日 0 点赞 0 评论 1169 浏览 评分:7.3
平方和与立方和 (C++代码)水 摘要:解题思路:又水了一题,我好像错过了愚人节彩蛋参考代码:#include<bits/stdc++.h> #define hh ios::sync_with_stdio(false),cin.tie(0…… 题解列表 2019年04月02日 0 点赞 0 评论 1061 浏览 评分:6.0
平方和与立方和 (C++代码) 摘要:解题思路:用两个双向队列存储数据注意事项:参考代码:#include <iostream>#include <deque>#include <algorithm>#include <numeric>#…… 题解列表 2018年01月14日 0 点赞 0 评论 2639 浏览 评分:5.4
最复杂的解题方法 摘要:解题思路:注意事项:参考代码:#include<stdio.h>long f1(int a){ long y; y=(long)a*a; return y;}long f2(int …… 题解列表 2024年11月22日 0 点赞 0 评论 351 浏览 评分:4.0
编写题解 1211: 平方和与立方和 摘要:解题思路:注意事项:参考代码:#include <math.h> #include <stdio.h> int main(void) { long long a, b; long lo…… 题解列表 2023年01月09日 0 点赞 0 评论 655 浏览 评分:0.0
可ACAC1111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,b; while(scanf("%d%d",&a,&b)!=EOF) { int sum1=0,s…… 题解列表 2022年08月09日 0 点赞 0 评论 335 浏览 评分:0.0
平方和与立方和 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(void){ int i,n,m; unsigned long ji,ou; while(scan…… 题解列表 2017年12月01日 2 点赞 1 评论 1186 浏览 评分:0.0
简单的数组输入与判断循环分支嵌套 摘要:解题思路:注意事项:参考代码:# define _CRT_SECURE_NO_WARNINGS 1# include<stdio.h>int main() { i…… 题解列表 2026年07月22日 1 点赞 0 评论 16 浏览 评分:0.0
编写题解 1211: 平方和与立方和 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<string>#include<math.h>using namespace std;void func(int m…… 题解列表 2022年03月31日 0 点赞 0 评论 545 浏览 评分:0.0
1211: 平方和与立方和 摘要:解题思路:注意事项:参考代码:while True: try: A,B=map(int,input().split()) pin,li=0,0 …… 题解列表 2022年02月22日 0 点赞 0 评论 742 浏览 评分:0.0