上一页 1 ··· 22 23 24 25 26
摘要: #include #include #include using namespace std; const int maxn=7400; int f[maxn]; int main() { int i,j,n; while( cin>>n) { int q=0; memset(f,0,sizeof(f)); f[0]=1; for(i=2; i=0; j--) ... 阅读全文
posted @ 2013-06-15 14:40 一杯半盏 阅读(228) 评论(0) 推荐(0)
摘要: error LNK1123 终极解决方案: VS2010在经历一些更新后,建立Win32 Console Project时会出“error LNK1123” 错误,解决方案为将 项目|项目属性|配置属性|清单工具|输入和输出|嵌入清单 “是”改为“否”即可,但是没新建一个项目都要这样设置一次。 在建 阅读全文
posted @ 2013-06-15 14:37 一杯半盏 阅读(315) 评论(0) 推荐(0)
摘要: skew二进制 Time Limit 1000ms Memory Limit 65536K Time Limit 1000ms Memory Limit 65536K description input output sample_input sample_output 阅读全文
posted @ 2013-06-15 14:22 一杯半盏 阅读(186) 评论(0) 推荐(0)
摘要: Similar Word description It was a crummy day for Lur. He failed to pass to the CET-6 (College English Test Band-6). Looking back on how it was in last 阅读全文
posted @ 2013-06-15 14:12 一杯半盏 阅读(165) 评论(0) 推荐(0)
上一页 1 ··· 22 23 24 25 26