摘要: #include<stdio.h> #include <stdlib.h> int main(){ printf("剪子包袱锤游戏\n"); int isTrue = 1; int userInput; int systemInput; char *types[3] = {"剪子","包袱","锤" 阅读全文
posted @ 2020-10-07 21:11 夏秋初 阅读(265) 评论(0) 推荐(1)