# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1031965 | 7again | Laugh Analysis (IOI16_laugh) | C++17 | 0 ms | 0 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
}
mx = max(mx , ans[i]) ;
}
if(mx == 0)
{
cout << 0 ;
return ;
}
cout << mx + 1 ;
}
main()
{
//setIO("lasers") ;
FAST ;
int t = 1 ;
//cin >> t ;
while(t--)
slv() ;
}