0_0_26002099_26141.cpp: In function 'int main()':
0_0_26002099_26141.cpp:39:26: error: 'tt' was not declared in this scope
int min1=tt,mini=0;
^
0_0_26002099_26141.cpp:48:25: error: 'mini' was not declared in this scope
mini=i+1;
^
0_0_26002099_26141.cpp:54:35: error: 'mini' was not declared in this scope
printf("%d\n",mini);
^
|