#include <stdio.h> #define MAX_STACK_SIZE 100 typedef strct { short int row, col, dir; //short int(2byte): sint보다 작은 범위의 정수를 저장하기 위한 정수형 자료형 } element;
To embed this project on your website, copy the following code and paste it into your website's HTML: