lab4(59)

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; int main() { int x, y, a, b, z; cin>>x>>y>>a>>b; if(y>=b) { z = a-x; } else { z = a-x-1; } cout<<z; }
Editor Settings
Theme
Key bindings
Full width
Lines