0_0_21691440_30149.cpp: In function 'int main()':
0_0_21691440_30149.cpp:21:19: error: expected ']' before ';' token
int value[item+5;
^
0_0_21691440_30149.cpp:25:14: error: 'value' was not declared in this scope
std::cin>>value[i-1];
^
0_0_21691440_30149.cpp:29:13: error: 'value' was not declared in this scope
std::sort(value,value+sizeof(value));
^
|