mọi người giúp em với khi em thử ở ngoài thì thấy đúng nma vào codefun thì chỉ đúng đc 3 test
#include <iostream>
using namespace std;
int
main ()
{
long long n;
int dem = 0;
int temp;
int tem=0;
cin >> n;
int a[10000];
for (int i = 0; i < n; i++)
{
cin >> a[i];
}
for (int t = 0; t < n; t++)
{
if (a[t] >= 0)
{
dem += 1;
temp = dem;
};
if (a[t] < 0 | t == n - 1)
{
if (temp >= tem)
{
tem = temp;
dem = 0;
temp = 0;
}
}
}
cout << tem;
}
em cảm ơn