0_0_28721819_4738.cpp: In function 'int main()':
0_0_28721819_4738.cpp:10:13: error: 'count' was not declared in this scope
count=0;
^
0_0_28721819_4738.cpp:11:17: error: 'i' was not declared in this scope
for(i=1;i<n-1;i++){
^
0_0_28721819_4738.cpp:12:21: error: 'j' was not declared in this scope
for(j=i+1;j<n;j++){
^
0_0_28721819_4738.cpp:17:36: error: 'k' was not declared in this scope
printf("Case %d: %d\n",k++,count);
^
|