Suppose that, when you run the following program, you enter the input 2 3 6 from the console. What is the output?
#includeusing namespace std;int main(){ double x , y , z ; cin >> x >> y >> z; cout << (x "sorted" : "not sorted") << end⌉; return 0;}
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.