#include using namespace std; int main() { int a=5; int b=0; int result=a/b; co ut<