1018 錘子剪刀布

#include <iostream> #include<algorithm> using namespace std; int cmp(char a,char b) { if((a=='C'&&b=='J')||(a=='J'&&b=='B')||(a=='B'&&b=='C')) { return 1; } else if(a==b) {
相關文章
相關標籤/搜索