fork download
  1.  
  2. #include <stdio.h>
  3.  
  4. int main(void) {
  5. int a=2;
  6. printf ("%d",a);
  7. // your code goes here
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0.01s 5316KB
stdin
Standard input is empty
stdout
2