摘要:
//UVa227 - Puzzle#includevoid swap(char *a, char *b){ char t = *a; *a = *b; *b = t;}int main(){ //freopen("date.in","r",stdin); //freo... 阅读全文
posted @ 2017-02-03 14:16
gwj1139177410
阅读(89)
评论(0)
推荐(0)
摘要:
//UVa340 Master-Mind Hints#include#define max 105 int main(){ //freopen("date.in","r",stdin); int n, a[max], b[max]; int kase = 0; whi... 阅读全文
posted @ 2017-02-03 13:04
gwj1139177410
阅读(107)
评论(0)
推荐(0)

浙公网安备 33010602011771号