Getting Compilation Error on UVA

Revision en1, by cs.antorkhan, 2018-05-17 23:09:51

Greetings everyone, I was trying out this problem, UVA 674 — Coin Change It works fine with C++ 11 compiler on UVA,but getting compilation error with ANSI C 5.3.0. I tried several online IDE with ANSI C 5.3.0 as well as my own machine but seems to work fine.

Here's the code.

It would be great if someone could point out what I am doing wrong here.

Thanks :D

Tags dp, uva

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English cs.antorkhan 2018-05-17 23:09:51 551 Initial revision (published)