已配置launch.json和tasks.json
PS C:\Users\16134\Desktop\约化重力
> cd "c:\Users\16134\Desktop\约化重力\" ; if ($?) { gfortran hello.f90 -o hello } ; if ($?) { .\hello }
gfortran : The term 'gfortran' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:47
+ cd "c:\Users\16134\Desktop\约化重力\" ; if ($?) { gfortran hello.f90 -o h ...
+ ~~~~~~~~
+ CategoryInfo : ObjectNotFound: (gfortran:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException