fork download
  1. /*
  2. region username rankA point rankB point rankC point total criteria
  3. Europe LHiC 1 1.00 - - - - 1.00 Europe 1st
  4. Europe tourist 2 2.00 1 1.41 - - 1.41 Europe 2nd
  5. Asia Factorio 6 4.00 2 2.83 - - 2.83 Asia 1st
  6. Asia dotorya 5 3.00 7 8.49 - - 3.00 Asia 2nd
  7. NA ksun48 7 5.00 3 4.24 - - 4.24 NA 1st
  8. Europe Um_nik 11 9.00 5 5.65 - - 5.65 Europe 3rd
  9. Asia sevenkplus 8 6.00 - - - - 6.00 Asia 3rd
  10. Europe KAN 9 7.00 - - - - 7.00 Europe 4th
  11. Asia liympanda - - 6 7.07 - - 7.07 1st
  12. Asia miaom 10 8.00 - - - - 8.00 2nd
  13. Europe cospleermusora 17 14.00 8 9.90 - - 9.90 3rd
  14. Europe Marcin 12 10.00 - - - - 10.00 4th
  15. Asia fizzydavid 13 11.00 - - - - 11.00 5th
  16. NA desert97 - - 9 11.31 - - 11.31 6th
  17. Europe Merkurev 15 12.00 - - - - 12.00 7th
  18. Asia koosaga - - 10 12.72 - - 12.72 8th
  19. Europe pashka 16 13.00 - - - - 13.00 9th
  20. Asia zigui - - 11 14.14 - - 14.14 10th
  21. ME / AFR Reyna - - 27 32.53 - - 32.53 ME / AFR 1st
  22. LA / SP jerrym - - 37 41.01 - - 41.0 LA / SP 1s
  23. */
  24.  
  25. #include <iostream>
  26. using namespace std;
  27.  
  28. int main() {
  29. // your code goes here
  30. return 0;
  31. }
Success #stdin #stdout 0s 16064KB
stdin
Standard input is empty
stdout
Standard output is empty