摘要:
一、计算n的m次方(理论上只需要更改数组result[...]的元素个数,可以输出无穷大的结果) #include<stdio.h> #define ULLONG (unsigned long long)1000000000000000000ULL int main(){ int n; int m; 阅读全文
摘要:
###==1、更改名称== Switch>en Switch#conf t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#hostname Sw1 //设置系统的网络名称 Sw1(config) 阅读全文