1234567891011121314
#include <iostream> #inlucde <stdexcept> using namespace std; int main() { int a,b,c; a = 5; b = 0; c = a/b;