fork download
  1. #include <iostream>
  2. int main(){
  3. std::cout << "mokemoke" << std::flush;
  4. }
Success #stdin #stdout 0s 2828KB
stdin
Standard input is empty
stdout
mokemoke