编程的时候怎么都运行不了,也不知道哪里出错了
#include <iostream> #include "goal.h" int main() { InitCourt (); return 0; }
InitCourt ();函数在哪?把代码贴出来
函数声明的时候漏加 “;”