摘要: #include<stdio.h> #include<stdlib.h> #include<time.h> int main() { int n = 1, x, b; srand(time(0)); b = rand() % 31 + 1; printf("猜猜2020哪一天是你的luck day\ 阅读全文
posted @ 2020-11-14 22:24 sfasafasf 阅读(41) 评论(0) 推荐(0)