fReaxzone
Üye
- Kayıt
- 23 Mart 2015
- Mesaj
- 42
- Tepki
- 41
- Yaş
- 32
- Şehir
- Jüpiter
- İsim
- Ahmet
- Başlangıç
- 2004—05
- Bisiklet
- Giant
- Bisiklet türü
- Yol bisikleti
Merhabalar arkadaşlar yarına yetiştirmem gereken 5sorudan 1' i diğer 4 ünü yaptım sadece bunun ingilizcesi biraz sorunlu gibi geldi tam olarak anlayamadım açıklayıcı bir çeviri yapan olursa gerçekten aşırı makbule geçer saygılar
Given a line of shoes ( L,R ), you need to find the number of workers that can work on them given the condition that a worker can work only on a group where the group contains the same number of L and R shoes.( you must return integer that represents number of workers)
function countMinWorkers(String lineOfStrings) // your code goes below
Given a line of shoes ( L,R ), you need to find the number of workers that can work on them given the condition that a worker can work only on a group where the group contains the same number of L and R shoes.( you must return integer that represents number of workers)
function countMinWorkers(String lineOfStrings) // your code goes below