摘要:
#include<iostream> using namespace std; #include<string> #include<ctime> int main() { //敲桌子 int i ; for (i = 1; i <= 100; i++) { if (i % 10 == 7 || i 阅读全文
摘要:
#include<iostream> using namespace std; #include<string> #include<ctime> int main() { //找出100~999中的水仙花数 int num = 100; do { int a = 0; int b = 0; int 阅读全文