August 11, 2020
The longest rising child
Threads: Enter an array of n elements (0<n<256), elements that take integer values (-10e9<a[i]<10e9). Find the non-decreasing subarray (the following element is greater than or equal to the previous element) lớn nhất
Dữ liệu vào: Số nguyên n và n số nguyên
Dữ liệu ra: Độ dài đoạn con lớn nhất trên 1 dòng và các đoạn con không giảm lớn nhất mỗi đoạn 1 current
For example:
Input:
12
1 2 5 3 2 2 2 1 -3 5 9 -4
Out put
3
1 2 5
2 2 2
-3 5 9
Youtube:
Thầy Thọ C2
You are not logged in? Log in to Submit Now!