eolymp
bolt
Try our new interface for solving problems
Problems

Кількість парних на відрізку

published at 2/23/24, 1:11:06 pm

include <iostream>

using namespace std; int main() { long a,b; cin>>a>>b; cout<<(b-a+1)/2; }