摘要: 由于double精度问题,我只保留了15位小数 1 #include <stdio.h> 2 #include <math.h> 3 4 int main() 5 { 6 double g = 0 ; 7 int v = 0 ; 8 int arr[100]={} ; 9 int aee[100]= 阅读全文
posted @ 2022-09-14 13:04 瞻鹤 阅读(202) 评论(0) 推荐(0)