Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: #include <iostream> #include <fstream> #include <cstdio> #include <cstdlib> #define NUM 0 #define ID 1 #define SEMICOLON 2 #define OPEN_BRACKET 3 #define CLOSE_BRACKET 4 #define forward 5 #define pen 6 #define on 7 #define off 8 #define repeat 9 #define color 10 #define turn 11 #define right 12 #define left 13 … |
The End.