摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 6 int seq[3001], diff[3001]; 7 8 int main() 9 {10 int n, i, j, flag, min_index;11 ... 阅读全文
posted @ 2016-01-01 02:24 小小泽 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 1 /* 2 * Author: Quickgrid ( Asif Ahmed ) 3 * Site: https://quickgrid.wordpress.com 4 * Problem: UVA 488 ( Triangle Wave ) 5 */ 6 #include 7 8 ... 阅读全文
posted @ 2016-01-01 00:22 小小泽 阅读(167) 评论(0) 推荐(0) 编辑