04 2021 档案
摘要:// 一元二次方程.cpp : Defines the entry point for the console application.// #include "stdafx.h"#include "math.h" int main(int argc, char* argv[]){ double a
阅读全文
摘要:#include "stdafx.h"//计算1*2*3.....int main(int argc, char* argv[]){ int sum=1,i=1,flag; printf("请输入累乘末项:"); scanf("%d",&flag); while(i<=flag) {sum=sum*
阅读全文
摘要:// 质量计算.cpp : Defines the entry point for the console application.// #include "stdafx.h" int main(int argc, char* argv[]){ double r=10,p=34,v,w; v=4.0
阅读全文
浙公网安备 33010602011771号