文章
81
粉丝
2
获赞
493
访问
9.5k
#include <iostream> using namespace std; int main(){ int n; while(cin >> n){ if(n % 2) cout << 0 << endl; else cout << (n/2 - 1)/2 << endl; } return 0; }
登录后发布评论
暂无评论,来抢沙发