fork download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. // your code goes here
  5. int a=10,b=20,c=30;
  6. printf("%d %d %d\n",a,b,c);
  7. printf("%d %d %d %d %d\n",a,b,c);
  8. printf("%d %d %d %d %d %d\n",a,b,c);
  9. return 0;
  10. }
Success #stdin #stdout 0s 2156KB
stdin
Standard input is empty
stdout
10 20 30
10 20 30 134514041 10
10 20 30 -1217842268 -1075952576 0