摘要:
#include using namespace std; int main(){ int n,i,j,num; num = 0; int b[100] = {100000}; int count = 0; int counter = 0; cin>>n; int *a = new int(n); for (i = 0; i >a... 阅读全文
摘要:
Quicksum Problem Description A checksum is an algorithm that scans a packet of data and returns a single number. The idea is that if the packet is cha 阅读全文
摘要:
An Easy Task Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 4088 Accepted Submission(s): 2327 P 阅读全文
摘要:
1.冒号的作用 产生矢量,阵列标注以及for-loop迭代子 2.描述 冒号是MATLAB中最有用的操作符之一。它使用下述规则来创建有规则的空间矢量: j:k is the same as [j,j+1,...,k], or empty when j > k. j:i:k is the same a 阅读全文