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 唐思齐 阅读(5) 评论(0) 收藏 举报