#define PI 3.1415926 int main() { int radius=5; float area; area = PI * radius * radius; ... } ... 除此之外,C++還提供了一種更長位數的型態long long int。
確定! 回上一頁