0% found this document useful (0 votes)
7K views1 page

Onlinegdb (/) : Welcome, Maria

The document provides an overview of an online debugger tool called GDB online that allows users to write, compile, run and debug C/C++ code directly within a web browser. It details the various features and functionality available within the tool including code editing, compiling, debugging, sharing of projects and more.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7K views1 page

Onlinegdb (/) : Welcome, Maria

The document provides an overview of an online debugger tool called GDB online that allows users to write, compile, run and debug C/C++ code directly within a web browser. It details the various features and functionality available within the tool including code editing, compiling, debugging, sharing of projects and more.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

10/2/2021 GDB online Debugger | Code, Compile, Run, Debug online C, C++

   Run  Debug  Stop  Share  Save { } Beautify 


 OnlineGDB
main.py RSANumbers.py 
beta (/)
online compiler and 73 d = multiplicative_inverse(e, phi)
debugger for c/c++ 74
75 print('Pública', f'{(e,n)}')
Welcome, maria 76 print('Privada', f'{(d,n)}')
ysabel ochoa suarez 77
(/profile/) 78
79 def main():
Forked from null 80 start_time = time()
Create New Project (/) 81 NamedList = generateRandomNumbers()
82 print(NamedList)
My Projects (/myfiles) 83 doThis(NamedList)
Classroom new 84 elapsed_time = time() - start_time
(/classroom) 85 print("tiempo : %0.10f segundos" % elapsed_time)
86
Learn Programming 87
(http://learn.onlinegdb.c
88
Programming 89
Questions    input
(http://question.onlineg99 No es primo 3 es el divisor

Logout (/logout) 86 No es primo 2 es el divisor


87 No es primo 3 es el divisor
88 No es primo 2 es el divisor
89 Es primo

90
No es primo 2 es el divisor
91 No es primo 7 es el divisor

...Program finished with exit code 0


Press ENTER to exit console.

About (/about) • FAQ


(/faq) • Blog (/blog/) •
Terms of Use
(/termsofuse) • Contact
Us (/contact) • GDB
Tutorial
(http://www.gdbtutorial.com/
• Credits (/credits) •
Privacy (/privacy)
© 2016 - 2021 GDB
Online

https://www.onlinegdb.com/fork/OuBChdwrb# 1/1

You might also like