fork download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. int myText = 35E3;
  5. printf("%d", myText);
  6. }
Success #stdin #stdout 0.01s 5328KB
stdin
Standard input is empty
stdout
35000