#include <iostream>
using namespace std;
int main() {
int x, a, b;
cin >> x >> a >> b;
cout << a - (x / b);
return 0;
}
I2luY2x1ZGUgPGlvc3RyZWFtPgp1c2luZyBuYW1lc3BhY2Ugc3RkOwoKaW50IG1haW4oKSB7CglpbnQgeCwgYSwgYjsKCWNpbiA+PiB4ID4+IGEgPj4gYjsKCWNvdXQgPDwgYSAtICh4IC8gYik7CglyZXR1cm4gMDsKfQ==