#include using namespace std; int main() { float x{0}; cout << 3 / x << endl; return 0; }