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
for(int i=2;i<20;i++) { for(int j=2; j<=(i/j);j++) { if(!(i%j)) break; f(j>(i/j)) cout<<i<"\n"; } }
for
0 Votos
5 Respuestas
5th May 2021, 4:12 AM
Tannia Devi
class s { System.out.println("hello"); }
answer
description
give
in
0 Votos
30 Respuestas
22nd Mar 2020, 7:40 AM
Shibbu Patel
1.for($cnt= returnNoofusers($users),$i=0;$i<$cnt;++$i){ } 2.for($i=0;$i<returnNoofusers($users);++$i){ }
php
0 Votos
1 Respuesta
19th Sep 2017, 4:37 PM
Srikanth iyer
Brackets { }
brackets
java
sets
sorts
2 Votos
2 Respuestas
30th Jun 2019, 8:36 AM
Alex
for (var x=0;x==x;x++) { if (x>5&&x<8) { document.write(x); } }
javascript
loops
0 Votos
14 Respuestas
1st Dec 2016, 5:24 AM
Tanaji Kolekar
Fill in the blanks to compose a valid for loop:
}
-3 Votos
6 Respuestas
24th Feb 2021, 9:25 PM
Sihem Akhtar
Why images aren't showing ? {Solved }
code
compiler
vuejs
16 Votos
6 Respuestas
17th Aug 2021, 12:46 PM
Jothish
int num = 2; int x = 3; if(num >= 2) { if(x > 4) { num = 3; } else { num = 4; } } else {x = 1; }
c++
if
1 Voto
11 Respuestas
26th Nov 2022, 10:38 AM
Sourabh Jaiswal
public string Name { get { return name; } set { name = value; } }
properties
0 Votos
3 Respuestas
12th Jul 2020, 8:00 PM
Ali Emir Altın
finally { return HTML_EPIC; }
challenges
epic
html
html5
sololearn
15 Votos
6 Respuestas
22nd Mar 2017, 8:31 AM
Krishna Teja Yeluripati
The } & {
c#
0 Votos
5 Respuestas
14th May 2018, 7:49 AM
Ariel
What is string
}
0 Votos
3 Respuestas
21st Nov 2019, 9:40 AM
Wako Jako
a:link { text-decoration: none; }
css
4 Votos
3 Respuestas
15th Nov 2018, 3:01 PM
Mahesh Kumar Gupta
var x=2, obj={ x:1, change:function(){ var x=3; } } obj.change(); alert(obj.x);
change
2 Votos
5 Respuestas
24th Jun 2017, 4:17 PM
islam moheb
Using comments after }
c
c#
c++
comments
6 Votos
2 Respuestas
12th Dec 2017, 3:56 AM
Nick Sh
JAVA } Error
error
java
return
statement
0 Votos
1 Respuesta
23rd Apr 2019, 3:33 AM
koala 🐨
#include<stdio.h> int main(){ int i=2,j=2; while(i+1?–i:j++) printf(“%d”,i); return 0; }
basics
7 Votos
10 Respuestas
22nd Mar 2018, 10:36 AM
Monaliza
for (n;n>0;n--) { cout<<n<<endl; if (n %5==0) { cout<<"beep"<<endl; } }
c++
0 Votos
2 Respuestas
29th Aug 2022, 3:21 PM
Anapey Gabriel
public class Main { public static void main(String[] args) { int i = 012345; System.out.println(i); } }
java
4 Votos
6 Respuestas
25th Apr 2019, 6:21 AM
Sonu Kumar
for(int x=10; x<=40; x=x+10) { if(x == 30) { continue; } System.out.println(x); }
continue
for
if
java
loop
2 Votos
3 Respuestas
5th Nov 2019, 3:26 AM
Minhaj Haider
pairs = {1: "apple", "orange": [2, 3, 4], True: False, 12: "True", } print(pairs.get("orange")) print(pairs.get(7, 42))
dictionaries
print
python
1 Voto
4 Respuestas
12th Apr 2021, 4:43 PM
Sandeep
$$## {ABOUT GURU BADGE } ##$$
badges
general
6 Votos
3 Respuestas
10th Jun 2019, 8:11 AM
XENOTOXIN
Help me understand the output of this code #include <stdio.h> int main() { int x=2; int y=5; printf("%d",x&&y); }
c
5 Votos
15 Respuestas
13th May 2021, 7:36 PM
Navin kumar
const sebuahObject = { fungsi: () => { console.log('Hai Dunia Kucing!!') } }
javascript
0 Votos
3 Respuestas
15th Jun 2020, 8:36 PM
Febriantika Triarini
Documentation <img/> vs CSS { Background-image }
css
css3
html
html5
9 Votos
9 Respuestas
14th Nov 2016, 9:09 AM
Adrian Gheorghe
for(int x=10; x<=40; x=x+10) { if(x == 30) { continue; } System.out.println(x); }
java
loops
0 Votos
5 Respuestas
20th Aug 2017, 2:54 PM
maddila Shankar
Difference between p { } vs p *{ } ?
css
1 Voto
1 Respuesta
3rd Dec 2016, 9:31 PM
Said
#include <stdio.h> int main() { int j=0; for(int i=0; i<100; i++) { j=j++; } printf("%d", j); } Output = 0
c
5 Votos
9 Respuestas
7th Dec 2018, 4:37 PM
👑 Ak-king 👑
#include <stdio.h> main() { int i; for(i=0;i<5;i+=4) { i=i*i; } printf("ans %d",i); return 0; }
include<stdio.h>
main(
0 Votos
5 Respuestas
11th Sep 2020, 9:44 AM
Chauhan Ashutoshkumar Harishankar
int res=0; -----(int el----arr){ res+=-----; } fill the blanks?
java
0 Votos
6 Respuestas
28th Aug 2016, 6:12 AM
9030750444s
#include<stdio.h> int main() { printf("%x", -1<<1); getchar(); return 0; }
code
logic
output
7 Votos
9 Respuestas
25th Dec 2018, 10:22 AM
Vinayak Irabatti
Lists[ ] and Dictionaries { }
python3
2 Votos
2 Respuestas
14th Jul 2020, 3:57 PM
Gaurav Joshi
#include<iostream> #include<conio.h> #include<stdio.h> void main() { int i; char str[80]; cout<<"enter any name"; gets(str); for(i=0;str[i]!='\0';i++) {cout<<str[i]<<"\n"; } getch(); }
c++
error
0 Votos
21 Respuestas
21st Jun 2016, 12:07 PM
Kshitij
public class Main { public static void main(String[] args) { int a = 'a'; System.out.print(a); } }
java
2 Votos
6 Respuestas
9th Sep 2018, 7:29 AM
sapan
#include <iostream> using namespace std; int main() { for (int x=1; x<10; x++) { if (x==2){ continue; } if (x==5){ break; } cou
c++
programming
1 Voto
12 Respuestas
30th Dec 2022, 3:45 PM
Alex Boso Nzaphila
>Python vs Java } Which one have a better career growth?
coding
java
programming
python
20 Votos
40 Respuestas
19th Jan 2018, 11:23 AM
Pulkit sharma
For those who are going to give up programming while(life){ try(); if(dead){ break; } }
c++
java
javascript
python
2 Votos
6 Respuestas
21st Aug 2017, 9:46 AM
surendra ojha
li:nth-child(1) { animation:txt1 2s ease-in-out infinite; }
code
8 Votos
6 Respuestas
15th Mar 2017, 4:51 PM
Prashanth Kumar
int num = 1; while(num<=20){ if (num % 3 == 0){ cout<<num<<endl; } num+=1; }
while
0 Votos
4 Respuestas
7th Aug 2022, 8:21 AM
Erkaboev Ilhom Isomjonovich
Why did Sololearn replaced public static void Main(){ } with static void Main(){ }
c#
xmal
1 Voto
2 Respuestas
20th Jun 2020, 10:10 AM
Learn Big - LB
int x = 1; while(x > 0) { System.out.println(x); if(x == 4) { break; } x++; }
break
java
loop
while
2 Votos
4 Respuestas
5th Nov 2019, 3:23 AM
Minhaj Haider
How does this work if (size >= 150 //size <=50){step =-1; } }
javascript
0 Votos
2 Respuestas
6th Jan 2022, 10:26 AM
David .C.Tochukwu-uzukwu
int i=1,j=0,n=0; while(i<4) { for(j=1;j<=i;j++){ n+=1; } i=i+1; } system out.printIn(n);
code
fragments
-6 Votos
2 Respuestas
28th Mar 2017, 5:12 PM
Arpit Gupta
{ status : "solved" } (Node.js)mongoose or mongodb?
mongodb
node.js
5 Votos
9 Respuestas
3rd May 2019, 4:15 AM
Gordon
Int main(){int a; a=31&14+5*sizeof(6.4);printf("%d",a) } output=2 how?????
c
language
0 Votos
8 Respuestas
9th Feb 2020, 7:10 AM
Harsh Vyas
Fill in the blanks. A { private int x; public A( val) { x = val; } }
constructors
java
0 Votos
5 Respuestas
3rd Jul 2017, 10:51 AM
Walter Mugo
class Myclass { public static void main(String []args){ System.out.println.("I'm learning java"); } }
i'm
where
wrong
0 Votos
3 Respuestas
16th Sep 2017, 3:51 PM
Parvinder Singh
class MyClass { public static void main(String[] args) {System.out.printIn("I am learning Java"); } }
java
0 Votos
2 Respuestas
8th Nov 2019, 2:19 PM
Fiamordzi Edzenam
int result =0; for (int i = 0;i<5;i++){ if(i==3){ result+=10; }else{ result+=i; } } system.out.println(result);
array
java
0 Votos
2 Respuestas
12th Apr 2018, 7:47 PM
Ahsan Designer
body { overflow: hidden; } [1 SOLUTION]
css
html
javascript
jquery
modal
overflow
4 Votos
1 Respuesta
17th Oct 2018, 2:28 AM
Zeke Williams
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
2
...
11
Siguiente >
En tendencia hoy
Hello World!
0 Votes
What is wrost mistake that mostly people made while learning coding?
0 Votes
I'm lost with JavaScript (document.getElementById(".") And clearly making mistakes, Can someone help, I thought I had it but no.
0 Votes
What’s the actual difference between MB and GB in real-world usage?
1 Votes
Script file names
0 Votes
How to put multiple inputs in python?
1 Votes
Html learn
1 Votes
Je cherche des gens qui parle français pour apprendre le langage c
0 Votes
What can I do after learning python and how to create amazing codes. And how many times it would take to be a good programmer😅
0 Votes
I wish Ruby back in the course list
1 Votes