提交时间:2024-02-10 14:12:50
运行 ID: 40397
#include<iostream> using namespace std; int main() { int m,n; cin>>m>>n; m=m/2; n=(n+1)/2; cout<<n*n-m*m; }