摘要: 指数运算符: #include<cmath> a^b: pow(a, b) ctime头文件中的time(0)函数返回自格林尼治标准时间1970年1月1日00:00:00至当前时刻间的秒数(例如 int x = time(0)),#include<ctime> 简写运算符:+=、-=、*=、/=、% 阅读全文
posted @ 2019-07-05 17:37 W4VE丶 阅读(735) 评论(0) 推荐(0)