""" Instructions: # Build the image docker build -t cpp-flask-executor . # Run the container docker run -p 5002:5002 cpp-flask-executor curl -X POST http://localhost:5002/execute \ -H "Content-Type: application/json" \ -d '{"code": "#include\nint main(){int x; std::cin>>x; std::cout<