【计算直线的交点数】 (Java语言代码) 摘要:参考代码:import java.util.ArrayList; import java.util.Arrays; import java.util.Scanner; public clas…… 题解列表 2021年08月12日 0 点赞 0 评论 1202 浏览 评分:9.9
二级C语言-自定义函数,c语言简单代码 摘要:解题思路:注意事项:参考代码:#include<stdio.h> double fact(int n) { double t=1; for(int i=1;i<=n;i++)…… 题解列表 2021年08月11日 0 点赞 0 评论 259 浏览 评分:9.9
6666666666阿萨德 摘要:解题思路:注意事项:参考代码:// ConsoleApplication1.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include <iostream>#i…… 题解列表 2021年08月11日 0 点赞 0 评论 231 浏览 评分:0.0
简单代码易理解 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ printf(" * \n"); printf(" * * \n"); printf("*****\n")…… 题解列表 2021年08月11日 0 点赞 0 评论 161 浏览 评分:0.0
简单代码易理解 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ float a,b; scanf("%f",&a); b=50+0.4*a; printf("%.1f",b)…… 题解列表 2021年08月11日 0 点赞 0 评论 182 浏览 评分:0.0
简单代码易理解 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int a,b,C,S; scanf("%d %d",&a,&b); printf("C:%d\nS:%d",…… 题解列表 2021年08月11日 0 点赞 0 评论 218 浏览 评分:0.0
简单代码易理解 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int a,b; scanf("%d %d",&a,&b); printf("%d",a*a+b*b); re…… 题解列表 2021年08月11日 0 点赞 0 评论 151 浏览 评分:0.0
简单代码易理解 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ float r,s,p=3.1415926; scanf("%f",&r); s=p*r*r; printf(…… 题解列表 2021年08月11日 0 点赞 0 评论 207 浏览 评分:0.0
简单代码易理解 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int a; scanf("%d",&a); printf("0%o %d 0x%x\n",a,a,a); r…… 题解列表 2021年08月11日 0 点赞 0 评论 187 浏览 评分:0.0
简单代码易理解 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ printf("**************************\n"); printf("Hello W…… 题解列表 2021年08月11日 0 点赞 0 评论 166 浏览 评分:0.0