Original code:
#include
#include
#include
#include
std::pair
findRoots(double a, double b, double c) { throw std::logic_error("Waiting to be implemented"); } #ifndef RunTests int main() { std::pair
roots = findRoots(2, 10, 8); std::cout << "Roots: " + std::to_string(roots.first) + ", " + std::to_string(roots.second); } #endif
Dashboard
Start Trial
Sign In
Home
Tour
Tests
Questions
Pricing
Resources
Blog
Read Evidence-Based Hiring
Support
Use Cases
ROI Calculator
Integrations
Customers
© TestDome, 2022.