• Cursos
  • Compilador de Código
  • Debatir
  • Precios
  • Teams
Menu

Sesiones de PyR

{int a=1; printf("%d",++a); func(); printf("%d",++a); return 0;} void func(){int a=10; return 1;}
pleaseexplain
-1 Voto
2 Respuestas
10th May 2020, 3:22 PM
Karan Dewangan
Karan Dewangan - avatar
srand(time(NULL)); cout<<1+(rand()%6);
pleaseexplain
0 Votos
2 Respuestas
14th May 2020, 8:16 AM
Karan Dewangan
Karan Dewangan - avatar
int foo(int n,int r){ if(n>0) return (n%r+foo(n/r,r)); else return 0; } int main (){ printf("%d",foo(345,10)); }
pleaseexplain
0 Votos
1 Respuesta
9th May 2020, 8:05 AM
Karan Dewangan
Karan Dewangan - avatar
En tendencia hoy
Python intermediate help with dictionaries
0 Votes
I'm about to make a complex calculator in python
0 Votes
Marquee
1 Votes
Any Advise?
1 Votes
How far do courses go on Sololearn?
0 Votes
why is python community is too small in sololearn?
0 Votes
RUST'S FUTURE
1 Votes
Popsacles Aufgabe
1 Votes
Button In C++
1 Votes
C#
0 Votes