Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
10K views

GDB Online Debugger Compiler - Code, Compile, Run, Debug Online C, C++ PDF

Uploaded by

Niccolo Riboni
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)
10K views

GDB Online Debugger Compiler - Code, Compile, Run, Debug Online C, C++ PDF

Uploaded by

Niccolo Riboni
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

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

   OnlineGDB beta
main.c
online compiler and debugger for c/c++
1 /******************************************************************************
2
code. compile. run. debug. share.
3 Welcome to GDB Online.
IDE 4 GDB online is an online compiler and debugger tool for C, C++, Python, PHP, Ruby,
5 C#, OCaml, VB, Perl, Swift, Prolog, Javascript, Pascal, COBOL, HTML, CSS, JS
My Projects 6 Code, Compile, Run and Debug online from anywhere in world.
Classroom new 7
8 *******************************************************************************/
Learn Programming 9 #include <stdio.h>
Programming Questions 10
11 int main()
Sign Up
12 {
Login 13 int main() {
14 float importo_inserito; // importo inserito dall'utente
201K 15 printf ("Inserisci 1 euro per accedere al bagno pubblico. \n")
16 printf ("Importo inserito: ");
17 scanf ("%f", ¿importo_inserito);
18 if (importo inserito < 1.0) {
19 printf ("Denaro insufficiente. Inserisci 1 euro per accedere al bagno. \n");
 20 else {
21 printf("Grazie. La porta del bagno si è aperta. \n");
22 return 0;
23 }

Have fun taking surveys


and get paid!

ADS VIA CARBON

About • FAQ • Blog • Terms of Use •


Contact Us • GDB Tutorial • Credits •
Privacy
  input stderr
© 2016 - 2023 GDB Online

You might also like