fork download
  1. class Player
  2. {
  3. public:
  4.  
  5. int score;
  6. int poX, posY;
  7. };
  8.  
  9. void turn(Player *currplayer, int mapSize);
  10.  
  11. int main() {
  12. // your code goes here
  13. return 0;
  14. }
Success #stdin #stdout 0s 3464KB
stdin
Standard input is empty
stdout
Standard output is empty