You can filter rankings by language by adding to the URL the keyword lang=

For instance, if you are looking for all the accepted solutions submitted in the C programming language for the ABCDEF spoj problem, you can find it with the following URL :

https://www.spoj.com/ranks/ABCDEF/lang=C

So my question is : what is the language code for Python 3 and PyPy 3 ?

  • created

    Mar '21
  • last reply

    Apr '21
  • 1

    reply

  • 1.2k

    views

  • 2

    users

8 days later

“PYTH 3.2.3” and “PYPY2.4” respectively (no PyPy 3 on SPOJ AFAIK). I also use “PYTH 2.7” for Py2.

These are workarounds for the currently broken language buttons, hopefully one day SPOJ finds a web developer and get that functionality back.

BTW. Similarly, one can access next pages of problems filtered by custom tag by adding “,start=50” to the list URL.