-
- 559
- 2016/12/01(木) 01:13:34.85
-
>>513
#include <stdio.h>
#include <math.h>
int main(int argc char** argv) {
double a = 5.1 , b = 3.9 ;
double c = a+b;
if (fmod(c, 1) = 0.0) {
printf("c=%d\n" , (int)c);
} else {
printf("c=%lf\n" , c);
}
}
バカの斜線必須仕様ならコレが正解
このページを共有する
おすすめワード