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