Can run and debug code in 38 programming languages. Provides you with links that allow you to view the code and the results.
Start using Code run on your ChatGPT
- public
- reportable
- uses_function_calls
- Write a C++ benchmark where you compare the performance of std::map<string, int> vs std::unordered_map. Run it for examples with 1000 key value pairs.
- Show me how SQL works by running an example where you enter and retrieve the words of this sentence into a table.
- Write a parser for comma separated alternating integers and strings using Haskells Parsec library and run it on an example.