#include using namespace std; int main(){ int a[10]={1,200,315,4,5,6,71,8,9,10}; int *b=a; for(int i=1;i<10;i++) if(*b