Problem | sort |
---|---|
User | StormyGood |
Submission Time | 2024-04-06 13:49:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sort.cpp: In function ‘int32_t main()’:
sort.cpp:8:2: error: ‘str’ was not declared in this scope; did you mean ‘std’?
8 | str b[a+1];
| ^~~
| std
sort.cpp:11:10: error: ‘b’ was not declared in this scope
11 | cin >> b[i];
| ^
sort.cpp:13:8: error: ‘b’ was not declared in this scope
13 | sort (b+1, b+a+1, a > b);
| ^