Community Profile

photo

Hikmat Binyaminov


Last seen: 9개월 전 2021년부터 활동

Followers: 0   Following: 0

통계

All
  • Promoter
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • First Answer
  • Community Group Solver
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
Help with Cody's 'Problem 672. Longest run of consecutive numbers', I wrote 'if a(i)==a(i+1)' and it says error
function val=longrun(a) sz = size(a); n = zeros(sz); k = 1; n(k)=1; for i=2:length(a) if a(i)-a(i-1) == 0 n(k)...

대략 3년 전 | 0