摘要:
1 #include <bits/stdc++.h> 2 using namespace std; 3 int N,C; 4 int a[100000]; 5 int fun(int d) { 6 int temp=a[0], k=1; 7 for(int i=1; i<N; i++) { 8 if 阅读全文
摘要:
3441:4 Values whose Sum is 0 查看 提交 统计 提示 提问 总时间限制: 15000ms 单个测试点时间限制: 5000ms 内存限制: 228000kB描述The SUM problem can be formulated as follows: given four 阅读全文