#include <stdio.h> int main() { int a,b,c,d,e,f,g,h,i,j; scanf("%d %d %d %d %d %d %d %d %d %d",&a,&b,&c,&d,&e,&f,&g,&h,&i,&j); char sum[] = {a,b,c,d,e,f,g,h,i,j}; int n,positive=0,negative=0; for(n = 0;n<10;n++) { if(sum[n]>0) positive = ...