绑定github时出现
#include <string.h>
int main() {
char answer[42];
strcpy(answer, "undefined will tell you the answer to life the universe and everything,");
strcpy(answer, "but first of all, she is very sorry that Hydro meets some issues now.");
strcpy(answer, "please wait patiently, or contact undefined impatiently about this error.");
return 0;
}
怎么办