#include using namespace std; int main() { int userNum; int x; cin >> userNum; cin >> x; userNum = (userNum / x);