djpan0303
Results
2
issues of
djpan0303
第六题[机器人坐标计算](https://github.com/lifei6671/interview-go/blob/master/question/q006.md) 如果命令字符串包含嵌套的命令,那么题中的代码就会有问题。 举个例子,输入的命令为2(F3(B)),正确的答案是(0,-4)。然而给出的代码输出是(0,0) 正确的代码可以参考如下: ```GO const ( NORTH = iota EAST SOUTH WEST ) type Offset struct { x int y int } var dirlist []Offset var dirname []string func...
**Is your feature request related to a problem? Please describe.** no i prefer the tab layout on standard terminal, which has a gray color on each tab title. it make...