摘要: http://poj.org/problem?id=3917 石头剪子布,比较简单,目前没什么可说的 #include<stdio.h> #include<string.h> int main(){ char a1[80],a2[80]; char a3[3] = {'R','S','P'}; in 阅读全文
posted @ 2019-10-15 22:37 智人心 阅读(101) 评论(0) 推荐(0)