fork download
  1. #include <cstdlib>
  2. #include <vector>
  3. #include <utility>
  4. #include <string>
  5.  
  6. struct PetModel {};
  7. typedef unsigned char UInt8;
  8.  
  9. void push(const PetModel& petModel, const std::string& host, UInt8 side,
  10. bool full = false, const std::string& master = "",
  11. const std::vector<std::pair<UInt8, UInt8> >& skill
  12. = std::vector<std::pair<UInt8, UInt8> >()) {
  13. }
  14.  
  15. int main() {
  16. return 0;
  17. }
Success #stdin #stdout 0.01s 2676KB
stdin
Standard input is empty
stdout
Standard output is empty