cs.antorkhan's blog

By cs.antorkhan, history, 8 years ago, In English

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

Full text and comments »

Tags dp, uva
  • Vote: I like it
  • -2
  • Vote: I do not like it