online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
#include <bits/stdc++.h> #include <stdio.h> #include <vector> enum class ValType : uint8_t { Working = 1, Failed = 0, Freezed = 0 }; int main() { std::vector<uint8_t> bravo = {23, 23, 23, 22, 5}; std::vector<ValType> call; std::transform(bravo.cbegin(), bravo.cend(), std::back_inserter(call), [](uint8_t a) { return static_cast<ValType>(bravo[a]); }); return 0; }

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue