#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; n/=2; cout<<(n%2==0?n/2*(n/2):n/2*(n/2+1)); return 0; }
使用您的 Hydro 通用账户