andmej / acm

My solutions for problems from the UVa Online Judge (Valladolid).

This URL has Read+Write access

acm / 10035 - Primary Arithmetic / run.bat
100755 5 lines (5 sloc) 0.086 kb
1
2
3
4
5
@echo off
p10035.exe < input.txt > output.txt
type input.txt
type output.txt
pause