摘要:1 #include<stdio.h> 2 #include<string.h> 3 #include<stdlib.h> 4 #define mod 1000 5 6 int rapidly_power(int base, int power); 7 8 int main(void) { 9 in
阅读全文
posted @ 2020-11-05 21:02
posted @ 2020-11-05 21:02
posted @ 2020-11-05 20:31
posted @ 2020-11-05 16:54