摘要: 练习1-1 #include <stdio.h> #include<stdlib.h> int main() { srand(time(0)); int anw = rand() % 7; printf("您的签运是:"); switch (anw) { case 0:printf("大吉"); b 阅读全文
posted @ 2019-12-02 22:09 nightswatch-candle 阅读(644) 评论(0) 推荐(1)