fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. return 0;
  6. }
  7. #head
Success #stdin #stdout 0.03s 25980KB
stdin
Standard input is empty
stdout
#include <stdio.h>

int main(void) {
	// your code goes here
	return 0;
}
#head