📄 readme
字号:
1995-96 ACM International Collegiate Programming ContestSouthwestern European Regional ContestETH Zurich, SwitzerlandDecember 9, 1995Test Data, Sample Solutions and Test ProgramsA description of the problems can be found on our home page athttp://www.acm.inf.ethz.ch/.Some test data and all programs must be built first. Each directorycontains a makefile that will do that for you. It should run withoutproblems under Unix. If you don't have Unix, you should still be ableto figure out, what the makefile would do and run the equivalentcommands on your machine. Most programs were originally built on aPowerMac.The makefiles contain the following targets:samples: build the sample solution programstestset: build the test input and test outputclean: remove everything that can be rebuilttest: (in some makefiles)run a self-testIn every subdirectory there's a script called "jd". It was used duringthe contest for judging the submitted solutions. In most cases it justcompares the output of the submitted soultion against the test ouput(called problem.sol). Notice the "-w" flag used with the diff commandso diff won't care about white space.The test input used during the contest was sometimes smaller than theone found here due to the fact that the contest machine were really slow.Questions and comments to bleichen@ubilab.ubs.chHave Fun! Manuel Bleichenbacher, Head Judge
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -