摘要:
#include using namespace std; void move(int n, char a, char b, char c); int i = 1; int main() { int num; cout > num; move(num, 'A', 'B', 'C'); system("pause"); return 0; } void mo... 阅读全文
posted @ 2017-05-24 15:30
雨中枫玲
阅读(1705)
评论(0)
推荐(0)

浙公网安备 33010602011771号