fork download
  1. #include <stdio.h>
  2. main() {
  3. int money = 100;
  4. pintf ("money = b",money);
  5. }
  6.  
  7.  
Success #stdin #stdout 0.02s 25488KB
stdin
Standard input is empty
stdout
#include <stdio.h>
 main() {
     int money = 100;
	 pintf ("money = b",money);
	 }