fork download
  1. #include <stdio.h>
  2. int main() {
  3. int i;
  4. int n = 20;
  5. for( i = 0; i < n; n-- )
  6. printf("+");
  7. return 0;
  8. }
Success #stdin #stdout 0.01s 1676KB
stdin
Standard input is empty
stdout
++++++++++++++++++++