1 / 4
Jul 2019

hi,
the current dmd compiler (for D programming language) available in SPOJ is 2.072,
since then many version have been released including DMD 2.073,DMD 2.074,…,DMD 2.087
please could you update it to the latest stable version DMD 2.087.0 https://dlang.org/changelog/2.087.0.html1
thanks.

  • created

    Jul '19
  • last reply

    Oct '21
  • 3

    replies

  • 944

    views

  • 4

    users

  • 1

    link

2 months later

Hi Ahmat,
I am interested in submitting solutions in D. How do I select my language? Couldn’t find it in the site. Is the language deduced automatically from the source code?
Thanks, Eli

Yes, and automatically is deduced you are woman or man! :wink:

Of course is not possible. When [when?] you will submit your solution, probably you see Ada95, click on small arrow and you see list of all available languages. Then click on what you want.

2 years later

It would be also great if SPOJ could enable optimizations for their D compilers, because right now GDC and LDC have no optimizations at all. AtCoder uses the following optimization options for their compilers:

  • DMD: “-O -release -inline -boundscheck=off”
  • GDC: “-O2 -frelease”
  • LDC: “-O -release”