fork download
  1. #include <stdio.h>
  2. int main (void)
  3. {
  4. int x = 205;
  5. printf("%d", x);
  6.  
  7. }
Success #stdin #stdout 0s 5288KB
stdin
Standard input is empty
stdout
205