错误解释

CompileError!

编译信息

main.cpp: In function \xe2\x80\x98double function1()\xe2\x80\x99:\nmain.cpp:10:14: error: \xe2\x80\x98funtion1\xe2\x80\x99 was not declared in this scope; did you mean \xe2\x80\x98function1\xe2\x80\x99?\n 10 | res1=funtion1();\n | ^~~~~~~~\n | function1\nmain.cpp: In function \xe2\x80\x98int main()\xe2\x80\x99:\nmain.cpp:53:16: error: \xe2\x80\x98fuction1\xe2\x80\x99 was not declared in this scope; did you mean \xe2\x80\x98function1\xe2\x80\x99?\n 53 | double res=fuction1();\n | ^~~~~~~~\n | function1\n