ALL > Computer and Education > courses > university courses > undergraduate courses > An Overview of Computer Science > ZSTU-2016-2017-CLASS > huanglican > 王彦凌 >
作业5 Version 0
👤 Author: by wangyl0911126com 2016-11-18 10:14:10

#include<stdio.h>


void hanoil (int n, char a, char b, char c) {


if (n==1) printf (">>Move Plate No.%d from Stick %c to Stick %c.\n", n, a, c);

Please login to reply. Login

Reversion History

Loading...
No reversions found.