We will explain in the following order:
1. C
2. C++
3. C#
4. Java
5. NodeJS, TypeScript
6. PHP
7. Python
8. Scala
9. Perl
10. Ruby
11. Go
12. Swift
13. Kotlin
14. Rust
The execution environment connected from the Web Editor is different from the actual scoring environment.
If you install the library with instructions other than as described below, the library will be installed only in the execution environment to which the Web Editor browser session is connected, and not in the actual scoring environment.
Therefore, the library will not be installed at the time of scoring. In order to install the library in the scoring environment, please be sure to follow the instructions below.
Additional libraries are not supported.
Additional libraries are not supported.
If you want to use external libraries, do the following:
MainApp.csproj
.MainApp.csproj
file by dotnet add package
command.Example
<ItemGroup>
<PackageReference Include="RestSharp" Version="106.13.0" />
</ItemGroup>