- 全部
- 关注
- 有问必答
- 等你来答
排行榜
- 用户榜
- 标签榜
- 冲榜分奖金
频道
- 编程语言
- 后端
- Python
- Java
- 前端
- 0
回答
两个ComboBox <ComboBox Name="comboBox1" ItemsSource="{Binding Path=List1}" DisplayMemberPath="Na
- 3
回答
- 3
- 2
回答
- 5
回答
- 1
回答
就是这一部分,如何让前面的结果正确输出呢?输出成如下格式: 源代码如下: #include <iostream> using namespace std; class Rational
- 1
不知道为什么间隔日期有的时候算不对,像1987 3 4 和1998 2 8 就不对,是哪里错了吗 /* 实现日期的下一天 两个日期 相减 日期+ 天数 得到的日期 具体要求:实现类date,
- 1
输出结果总是是1234,如果想输出1321 samsung message send,应该怎么改动啊,只改动这一部分的代码 Mobile::Mobile(){} Mobile::Mobile
- 1
数组指定部分逆序重放题目背景新手入门经典题。 题目描述将一个数组中的前k项按逆序重新存放。例如,将数组8,6,5,4,1前3项逆序重放得到5,6,8,4,1。 输入格式输入为两行: 第一行两个整数,以
- 1
回答
class Game_person: def __init__(self,name,sex,age,fighting): self.G_name = name
- 1
回答
当LP模型无限的时候,LINGO求出的函数值是什么意义?如下max=Z1;Z1=0.1x2+0.2x3+0.3x4+0.8x5;x1+2x2+x4>200;2x3+2x4+x5>200;3
- 1
回答
C51蜂鸣器发出声,通过麦克风放大声音,让led亮,LED灯亮的方向为声源的方向
- 1
问题遇到的现象和发生背景 一道PTA比赛题目。在给定的区间 [m,n] 内,是否存在素数 p、q、r(p<q<r),使得 pq+r、qr+p、rp+q 均是素数?输入格式:输入给出区间的两
- 1
回答
这有一个数n(<1000000000000),一个数k(<100000000),一个数组中含有最多k种元素,元素数量为n; 例:当n=3,k=2时,数组:{0,0,0},{1,0,0},{
- 1
回答
- 1
回答
#include<stdio.h> int main(){ int N,x,y,z,i; scanf("%d\n",&N); if (N>0&&N<
- 1
回答
要求:从键盘上输入一个双精度实数x。 输出y的值,结果保留2位有效数字,最后换行。 #include <stdio.h> #include <math.h> int mai
- 7
- 1
回答
#include <bits/stdc++.h> using namespace std; int main() { int a[100005]; int n; cin>
- 2
//关于故意给char类型输入多个字符的结果 #include <iostream> using namespace std; int main() { cout << "
- 1
回答
写的时候太匆忙,平时习惯不好,忘记写return 0了,后来下午才发现
- 2
回答
- 1
回答
问题遇到的现象和发生背景 问题相关代码,请勿粘贴截图 #include<stdio.h> int main() { long double F[20];int i;long
- 有问必答
- chrome devtools
- c语言
- 27
- 2022-04-08 23:54
- 2
回答
- 0
回答
#include<stdio.h> #define STUDENTS 3 #define EXAMS 4 double minimum(const int setOfGrades[],i
- 1
#include<stdio.h> int main() { char ch[1000]; int n=0,i,j,k,w; for(w=0;w<1000;
- 1
问题遇到的现象和发生背景 乘积尾零题目描述如下的10行数据,每行有10个整数,请你求出它们的乘积的末尾有多少个零? 5650 4542 3554 473 946 4114 3871 9073 90 4
- 1
回答
- 2
S4是单片机按键,可以切换界面,但是不太理解圈起来的那个while有什么作用