无法验证通过
#include <stdio.h> #include "test.c" //引用test.c文件 extern void printLine() //这里定义的方法对吗? { printf("**************\n"); } int main() { say(); return 0; }
写的和提示一模一样了,还是提醒我检查代码,究竟怎么才能通过啊!
课程进度一直99%真是太受不了了!
#include <stdio.h> #include "test.c" //引用test.c文件 extern void printLine() //这里定义的方法对吗? { printf("**************\n"); } int main() { say(); return 0; }
写的和提示一模一样了,还是提醒我检查代码,究竟怎么才能通过啊!
课程进度一直99%真是太受不了了!
2016-01-01
举报