GDB Online Debugger Compiler - Code, Compile, Run, Debug Online C, C++ PDF
GDB Online Debugger Compiler - Code, Compile, Run, Debug Online C, C++ PDF
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 }