#include <stdio.h>
#include <iostream>
#include <math.h>
using namespace std;
int main()
{
int i;
i = 2;
printf("%d %d %d\n", i,pow(i,2),pow(i,3));
return 0;
}
/* 나는 출력이 2,4,8이 될 것을 기대합니다. 그러나 출력은 2 0 1074790400입니다. 누구든지 이유를 설명해 주시겠습니까 .. ..? */Pow 함수가 예기치 않은 값을 반환하는 이유는 무엇입니까?
펑 두 번, 그래서 u는 % f를 –