int main() { double year; int sec; int time;
sec = 1000000000; time = 30758400; year = sec / time; year = (int)round(sec / time); printf("10億秒約等于%lf年\n", year); return 0;
}
posted on 2025-10-09 17:43 唐思齊 閱讀(7) 評論(0) 收藏 舉報(bào)