fork download
  1. #include <stdio.h>
  2. int main() {
  3. int numero;
  4. scanf("%d",&numero);
  5. if (numero>0) {
  6. printf("%d",numero);
  7. }
  8. else {
  9. }
  10. return 0;
  11. }
Success #stdin #stdout 0s 5324KB
stdin
100324234
stdout
100324234