Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Precios
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
How to learn android app development?
k
1 Voto
2 Respuestas
11th Jul 2018, 8:45 PM
Pardeep Singh
How can k create Mr html page please I am new
welcome
0 Votos
3 Respuestas
2nd Feb 2019, 3:38 AM
Soh Achille
How to add links
k
0 Votos
2 Respuestas
15th Sep 2021, 10:42 AM
Amarthya Ram
I need to insert 0 after k times 1 using REGEX. n,k=map(int, input ().split());l=input ().strip() print(sub(f'1{k}',????
python3
regular-expressions
2 Votos
17 Respuestas
5th Jun 2020, 8:34 AM
Levi
Introduction to graphical user interface
k
0 Votos
2 Respuestas
16th Sep 2022, 2:34 PM
Ikato Yeptho
Subtracting all the elememts in an array by X digit for K number of times
arrays
1 Voto
5 Respuestas
5th May 2022, 7:19 AM
Codebeforechill
Write a function that, given an array A of N integers, returns the largest integer K > 0 such that both values K and -K exist in
python3
1 Voto
2 Respuestas
27th Jul 2021, 10:45 AM
Gouri Shinde
Printing all characters that appear at least k times in a string
arrays
c
count
string
1 Voto
2 Respuestas
21st Sep 2019, 12:38 PM
Ledio Deda
[challenge] minimum moves to make array[i] - array[j] equal to K
algorithms
0 Votos
2 Respuestas
19th Jun 2018, 7:24 AM
Momo Belia
Java
k
0 Votos
2 Respuestas
10th Aug 2018, 5:58 AM
Algen Ammad
Challenge : print all the possible way to split a list in k chunks
challenges
4 Votos
9 Respuestas
20th Jan 2018, 2:31 PM
VcC
Alguien sabe de alguna aplicación o programa para crear videojuegos que sea totalmente gratis?
k
-1 Voto
2 Respuestas
23rd Jun 2021, 5:43 PM
Fabian David Rodríguez Martinez
Question on css
k
1 Voto
1 Respuesta
29th Apr 2019, 7:02 PM
joshua
Can Sololearn give everything you need to k ow about c#
c#
0 Votos
2 Respuestas
10th Apr 2020, 11:06 AM
Iroko Marvellous
What is meaning decode
k
1 Voto
2 Respuestas
2nd Jul 2017, 3:13 PM
katti
Why are we incrementing a variable k in a two dimensional array l
whyk++?
0 Votos
4 Respuestas
19th Aug 2018, 5:12 PM
Shivyaaa
Write a program that will convert temperature from Celsius(C) to Fahrenheit(F) or kelvin(K),from F to K or C, from K to F or C
c++
0 Votos
1 Respuesta
5th Dec 2016, 11:15 AM
ABDULJABBAR
Intermediate Python 10.0 Given a string as input, you need to output how many times each letter appears in the string.
k
-1 Voto
1 Respuesta
23rd Sep 2021, 8:56 AM
Nikam Anant Shivaji
What should be the value of i and k at the end of the following program segments?
c
0 Votos
18 Respuestas
25th May 2018, 11:05 AM
SHIV RATAN VISHWAKARMA
Is string is a data type in c# language. If anyone know it plz clear my confusen
k
-2 Votos
2 Respuestas
22nd May 2021, 1:55 AM
Kamal Shakya
MinMaxDivision(Divide array A into K blocks and minimize the largest sum of any block.)
java
minmaxdivision
3 Votos
3 Respuestas
9th Jan 2018, 2:07 PM
King David
I am.in 2nd year and computer science and i love to programing
k
0 Votos
1 Respuesta
4th Oct 2017, 7:23 PM
Owais Khan
why cant we operate a byte variable with a constant?
k
0 Votos
1 Respuesta
1st Feb 2017, 11:16 PM
puneet pal
Full concept of return(0), return
k
0 Votos
1 Respuesta
18th Aug 2017, 1:09 PM
pandian
Use the binary heap to return the k elements from largest to smallest
java
1 Voto
2 Respuestas
3rd Nov 2018, 7:48 PM
Tuyen Pham
K friends want to meet in a city. Find the smallest amoutn of gas they need.
c++
dijkstra
2 Votos
5 Respuestas
2nd Feb 2020, 1:42 PM
Stefan Secrieru
I=j=k=1; ++i || ++j && ++k why does it increment only, and not j and k
c
c++
operator-precedence
operators
0 Votos
6 Respuestas
10th Nov 2019, 11:35 AM
Sandeep Sood
I=j=k=1; ++i || ++j && ++k why does it increment i only, and not j and k
c
c++
operator-precedence
operators
0 Votos
7 Respuestas
10th Nov 2019, 11:36 AM
Sandeep Sood
Is it mandatory that I will k NJ of math to become a software engineer?
python
sololearn
1 Voto
2 Respuestas
9th May 2019, 9:19 PM
Henry Monday
Java or php sikhne k liye konsi language ka.base clear hona chahiye ???
java
php
-2 Votos
2 Respuestas
30th Jan 2021, 12:49 PM
Parth Patil
K = 2 List = '1001101100011' result = re.findall(f'1{k}',List) I'm not getting output ? Can you help
python
regex
0 Votos
5 Respuestas
1st May 2021, 7:20 AM
Levi
In Python, How to find the start and end indices of the matching string K in the original string S?
python3
2 Votos
7 Respuestas
12th Jun 2020, 4:10 PM
roja ch
Programming k liye ko so software use karni hoti h laptop pr...m the new student...plzz help me
java
-2 Votos
7 Respuestas
17th Mar 2017, 7:53 PM
cafi
In the "toInteger()" methode , why the output of k is always a random number ??? I don't understand
help
java
plz
1 Voto
4 Respuestas
16th Mar 2021, 5:25 PM
Mugiwara boy
def tri_recursion(k): if(k > 0): result = k + tri_recursion(k - 1) print(result) else: result = 0 return resul
python
0 Votos
4 Respuestas
2nd Oct 2020, 10:00 AM
Kumar Shubham
Что надо написать вместо многоточия, чтобы вывести элементы массива X из Nэлементов в обратном порядке? for k in range(N): print
nэлементов
python
x
в
вместо
вывести
из
используйте
массива
многоточия,
надо
написать
не
обратном
ответе
порядке?
пробелы
что
чтобы
элементы
0 Votos
2 Respuestas
8th Apr 2018, 12:22 PM
Валерия
I tried installing kivy in my laptop , but its showing error "command errored out with exit status 1 using python 3.8 ans win10
k
python
0 Votos
2 Respuestas
23rd Apr 2020, 8:39 AM
wave worth music
Hello! Help solve the problem : Enter a string, cut out 3 letters (for example : book -> k )
cpp
0 Votos
4 Respuestas
17th Nov 2020, 10:48 AM
Plutos
How to remove consecutive character from a string which exactly matches k as: "aaabaaa","aaab","abcd" or "aaaba" or "aaabaa
swift
1 Voto
2 Respuestas
15th Feb 2022, 12:25 PM
sheshadrivendra mishra
I'm learning c++ instead of c?? Is it k to learn c language later I don't no could you please help me
c++
0 Votos
8 Respuestas
4th Jun 2020, 10:37 AM
Srikanth Barupatla
Please any one me I was struc k in the bmi calculatar program and search engine program in python
python
-1 Voto
3 Respuestas
4th Sep 2021, 12:06 PM
YashwanthM Yashu
can someone help, fill in the blanks to print all elements of the array using a for loop? int [] arr= new int [7]; ? (int k=0; k < ? ; k++){ console.writeline ( ??? [ k] );
c++
-1 Voto
7 Respuestas
2nd Jul 2016, 8:40 PM
Joyx Kish
[SOLVED]Why are the loop variables for k and v used in a loop to update a dictionary still defined outside the loop?(Python)
loop_variable
namespaces
python
scope
update
works_out_of_loop?
0 Votos
4 Respuestas
15th Nov 2022, 8:45 PM
Korkunç el Gato
#include<stdio.h> #define MAN(x, y) ((x)>(y)) ? (x):(y); int main() { int i=10, j=5, k=0; k = MAN(++i, j++); printf("%d, %d,
c
program
1 Voto
2 Respuestas
21st Oct 2018, 6:20 PM
LYDIA JENNIFER P
Write a java program which includes the inheritance, Super keyword, Method Overloading, Method Overriding concept, Abstract k
java
-3 Votos
3 Respuestas
12th Aug 2021, 7:36 PM
Sumukh Gk
for(int i = 1; i <= 5; i++) { System.out.print (i + " "); int k = 6; int sum =
code
1 Voto
4 Respuestas
10th Mar 2021, 7:10 AM
Monir Hossen
write a program to obtain the following pattern A D C B E F G H I P O N M L K J # # # # # # # # # J K L M N O P I H G F E B C D A
c++
2 Votos
9 Respuestas
23rd Sep 2016, 4:58 PM
Meena
How could you get all the convolution instances k of n elements with just one for loop?
algorithm
python3
0 Votos
1 Respuesta
1st Oct 2020, 5:17 AM
Dang Van Nhan
Positive integers N and K are given. Using only addition N completely by K, as well as the remainder of this division.
c++
0 Votos
4 Respuestas
25th May 2020, 1:14 PM
Sarvar Muxammadaliyv
Is there a k-competitive online algorithm for the k-server problem?
k
problem
server
4 Votos
2 Respuestas
15th Jul 2017, 9:15 AM
Prakhar Singh
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
2
3
Siguiente >
En tendencia hoy
I need help
1 Votes
My hearts are disappering :(
0 Votes
How to learn python fast than usual in sololearn?
0 Votes
What can html, css and javascript do
0 Votes
a phone or a laptop
0 Votes
Pressure and tension
2 Votes
Where is code bit
0 Votes
How to make a selection on a calculator in Python
0 Votes
Conducción de calor o Q=−kAdTdxQ = -k A \frac{dT}{dx}Q=−kAdxdT o Pared 2 m², espesor 0.1 m, k = 50 W/m°C, ΔT = 30°C → Q ≈ 30,0
0 Votes
Java IDE for building a game.
0 Votes