摘要:
1 #include<iostream> 2 using namespace std; 3 int main() { 4 int n, m, x, k; 5 int A[100][100], B[100][100], C[100][100]; 6 int choice = 0; 7 8 9 cout 阅读全文
posted @ 2020-11-23 23:19
丁帅帅dss
阅读(138)
评论(0)
推荐(0)
摘要:
自动装箱:基本类型->包装类型.int->Integer 自动拆箱:包装类型->基本类型.Integer->int 1 package col; 2 3 public class BZL { 4 5 public static void main(String[] args) { 6 int i=1 阅读全文
posted @ 2020-11-23 10:52
丁帅帅dss
阅读(53)
评论(0)
推荐(0)
摘要:
1 #include <iostream> 2 using namespace std; 3 int BF(char S[], char T[]); 4 int main() 5 { 6 char s1[100], s2[10]; 7 int index = 0; 8 cout << "请输入主串: 阅读全文
posted @ 2020-11-23 10:50
丁帅帅dss
阅读(157)
评论(0)
推荐(0)
摘要:
总时间限制: 1000ms 内存限制: 65536kB描述 利用公式x1 = (-b + sqrt(b*b-4*a*c))/(2*a), x2 = (-b - sqrt(b*b-4*a*c))/(2*a)求一元二次方程ax2+ bx + c =0的根,其中a不等于0。 输入输入一行,包含三个浮点数a 阅读全文
posted @ 2020-11-23 10:49
丁帅帅dss
阅读(967)
评论(0)
推荐(0)

浙公网安备 33010602011771号