重写了PrintState函数,A通过

This commit is contained in:
2022-06-03 12:41:44 +08:00
parent c85d1f3049
commit 6db5438a94
4 changed files with 59 additions and 15 deletions

View File

@@ -29,6 +29,12 @@ int ReadInput(char* inputString);
* @param rails 轨道链表
* @return 返回需输出的字符串
*/
void PrintState(char *str);
void PrintState();
/**
* 打印当前状态的函数供all_test使用在oj上有问题
* @param str 需要打印的内容
*/
void PrintStateInner(char *str);
#endif //AUTO_PILOT_BUS_BUS_IO_H