摘要:
#define _USE_MATH_DEFINES #include <stdio.h> #include <math.h> #include<stdbool.h> int main() { int a=9; int b=800; while(a<b){ a++; printf("%d\n",a); 阅读全文
posted @ 2025-03-27 17:37
华腾智算
阅读(4)
评论(0)
推荐(0)
摘要:
#define _USE_MATH_DEFINES #include <stdio.h> #include <math.h> #include<stdbool.h> int main() { int a=9; int b=800; while(a<b){ a++; printf("%d\n",a); 阅读全文
posted @ 2025-03-27 17:29
华腾智算
阅读(8)
评论(0)
推荐(0)
摘要:
#define _USE_MATH_DEFINES #include <stdio.h> #include <math.h> #include<stdbool.h> int main() { int level=1;//楼层 switch(){ case 1: printf("到达第一层。\n"); 阅读全文
posted @ 2025-03-27 17:01
华腾智算
阅读(5)
评论(0)
推荐(0)
摘要:
#define _USE_MATH_DEFINES #include <stdio.h> #include <math.h> #include<stdbool.h> int main() { int level=1;//楼层 整型 switch(){ case 1: //必须唯一 printf("到 阅读全文
posted @ 2025-03-27 16:57
华腾智算
阅读(15)
评论(0)
推荐(0)
摘要:
#define _USE_MATH_DEFINES #include <stdio.h> #include <math.h> #include<stdbool.h> int main() { double x=0.2; bool is_data=true;//false int a=9; int b 阅读全文
posted @ 2025-03-27 16:41
华腾智算
阅读(3)
评论(0)
推荐(0)
摘要:
#define _USE_MATH_DEFINES #include <stdio.h> #include <math.h> #include<stdbool.h> int main() { double x=0.2; bool is_data=true;//false if(is_data){ p 阅读全文
posted @ 2025-03-27 16:23
华腾智算
阅读(13)
评论(0)
推荐(0)
摘要:
#define _USE_MATH_DEFINES #include <stdio.h> #include <math.h> int main() { double x = 2.0; double y = 3.0; double angle = M_PI / 4; // 45 degrees int 阅读全文
posted @ 2025-03-27 16:01
华腾智算
阅读(14)
评论(0)
推荐(0)
摘要:
#define _USE_MATH_DEFINES #include <stdio.h> #include <math.h> int main() { double x = 2.0; double y = 3.0; // 基本运算 printf("sqrt(%.1f) = %.2f\n", x, s 阅读全文
posted @ 2025-03-27 15:31
华腾智算
阅读(13)
评论(0)
推荐(0)
摘要:
#define _USE_MATH_DEFINES #include <stdio.h> #include <math.h> int main() { double x = 2.0; double y = 3.0; // 基本运算 printf("sqrt(%.1f) = %.2f\n", x, s 阅读全文
posted @ 2025-03-27 10:45
华腾智算
阅读(48)
评论(0)
推荐(0)

浙公网安备 33010602011771号