fork download
  1. // Online C compiler to run C program online
  2. #include <stdio.h>
  3.  
  4. int main() {
  5. int somma;
  6. int contatore;
  7.  
  8. somma = 0;
  9. contatore = 0;
  10.  
  11. printf("Inserisci un voto valido");
  12.  
  13. return 0;
  14. }
Success #stdin #stdout 0.01s 5288KB
stdin
45
stdout
Inserisci un voto valido