0_0_34958427_21072.cpp: In function 'int main()':
0_0_34958427_21072.cpp:18:27: error: address of overloaded function with no contextual type information
while(~scanf("%d",&count))
^
0_0_34958427_21072.cpp:20:20: error: address of overloaded function with no contextual type information
scanf("%d",&count);
^
0_0_34958427_21072.cpp:21:18: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator<='
for(int i=1;i<=count;i++)
^
|