求数组长度
#include <iostream> using namespace std; int main() { int a[]={1,2,3,4}; cout<<sizeof(a)/sizeof(a[0]); char b[]={'a','b','c','d','