mahmudahsan / 203-ACM-Problems-Code

203 ACM Problems Source Code in C++
http://thinkdiff.net/mixed/200-acm-problems-solution-source-code
MIT License
42 stars 33 forks source link

Downloading Problem Description #1

Closed ynh-zz closed 12 years ago

ynh-zz commented 12 years ago

Hi, I have created a small shell script which downloads the problem description for each problem in the repository.

for f in *.cpp
do
    wget `echo $f | sed 's/\(.*\)\(.\{2\}\)\.cpp/http:\/\/uva.onlinejudge.org\/external\/\1\/\1\2.html/'`
done
mahmudahsan commented 12 years ago

Thanks, I'll add this script in the description.

mahmudahsan commented 12 years ago

checkout this https://github.com/mahmudahsan/203-ACM-Problems-Code/wiki