标签:
#include <cstdio>using namespace std;int main(){ int n; scanf("%d",&n); printf("%d\n",(n - 4)/2); return 0;}
#include <cstdio>
using namespace std;
int main(){
int n;
scanf("%d",&n);
printf("%d\n",(n - 4)/2);
return 0;
}
[2016-04-01][codeforces][659D][Bicycle Race]
原文地址:http://www.cnblogs.com/qhy285571052/p/e4049f6f983dcee5080be866761dac79.html