单项选择题有如下程序: #inclu&<iostream> using namespace std; int main() { int a[6]={23,15,64,33,40,58}; int s1,s2; s1=s2=a[0]; for(int*p=al+1;p<a+6;p++) { if(s1>*p)s1=*p; if(s2<*p)s2=*p; } cout<<s1+s2<<end1; return 0; } 运行时的输出结果是( )。
单项选择题有如下程序: #include<iostream> using namespace std; int main() { int f,f1=0(),t2=1; for(int i=3;i<=6;i++) { f=f1+f2; f1=f2;f2=f; } cout<<f<<end1; return 0; } 运行时的输出结果是( )。