Closed ynh-zz closed 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
Thanks, I'll add this script in the description.
checkout this https://github.com/mahmudahsan/203-ACM-Problems-Code/wiki
Hi, I have created a small shell script which downloads the problem description for each problem in the repository.