所以我对C++还是很陌生的,并且已经做了一段时间的程序了。我想我正在慢慢地得到它,但是不断地得到一个错误"Intellisense:'*‘的操作数必须是一个指针。“在第36行第10栏,我需要做些什么来修复这个错误?当我完成每个函数时,我将进入其他函数,对于额外的函数声明非常抱歉// average, median, and mode of the number of movies students see in a month.
#include
我有一个postgresql表"samples“,其中包含一个由200个整数组成的数组的"intensity”列。我想计算一组样本的中位数,对于阵列的每个元素,例如intensity1的中位数,intensity2的中位数,...,intensity200的中位数。如果列由单个整数组成,那么使用percentile_disc函数就很容易做到: select percentile_disc(0.5) within group (order by int