2015年4月15日

Codeforces #298题解

摘要: A题有很多可行的构造方法,我是采取的对于每个数 i和 i+n/2配对的方式。对于4特别处理,为2 4 1 3。#include#includeusing namespace std;int main(){ int n; cin>>n; if(n==1) { co... 阅读全文

posted @ 2015-04-15 00:10 NiceSpace 阅读(205) 评论(0) 推荐(0)

导航