摘要: 1105. Spiral Matrix (25) 时间限制 150 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue 时间限制 150 ms 时间限制 150 ms 内存限制 65536 kB 内存限制 65536 kB 代码长度限 阅读全文
posted @ 2017-11-28 18:00 0kk470 阅读(174) 评论(0) 推荐(0)
摘要: 1025. PAT Ranking (25) 时间限制 200 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue 时间限制 200 ms 时间限制 200 ms 内存限制 65536 kB 内存限制 65536 kB 代码长度限制 阅读全文
posted @ 2017-11-28 16:37 0kk470 阅读(319) 评论(0) 推荐(0)
摘要: 1121. Damn Single (25) 时间限制 300 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue 时间限制 300 ms 时间限制 300 ms 内存限制 65536 kB 内存限制 65536 kB 代码长度限制 阅读全文
posted @ 2017-11-28 16:28 0kk470 阅读(306) 评论(0) 推荐(0)
摘要: 1122. Hamiltonian Cycle (25) 时间限制 300 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue 时间限制 300 ms 时间限制 300 ms 内存限制 65536 kB 内存限制 65536 kB 代 阅读全文
posted @ 2017-11-28 16:16 0kk470 阅读(205) 评论(0) 推荐(0)
摘要: C++ tuple(元组) tuple是C++11新标准里的类型。它是一个类似pair类型的模板。pair类型是每个成员变量各自可以是任意类型,但是只能有俩个成员,而tuple与pair不同的是它可以有任意数量的成员。但是每个确定的tuple类型的成员数目是固定的。 声明如下 tuple<int,i 阅读全文
posted @ 2017-11-28 11:29 0kk470 阅读(260) 评论(0) 推荐(0)