Parent Directory
|
Revision Log
|
Patch
| Revision 267 | Revision 268 | ||
|---|---|---|---|
| … | … | ||
| 49 | END_TEXT | 49 | END_TEXT |
| 50 | 50 | ||
| 51 | $ans1 = $x; | 51 | $ans1 = $x; |
| 52 | $ans2 = $y; | 52 | $ans2 = $y; |
| 53 | 53 | ||
| 54 | ANS(std_num_cmp($ans1)); | 54 | ANS(num_cmp($ans1)); |
| 55 | ANS(std_num_cmp($ans2)); | 55 | ANS(num_cmp($ans2)); |
| 56 | 56 | ||
| 57 | ENDDOCUMENT(); # This should be the last executable line in the problem. | 57 | ENDDOCUMENT(); # This should be the last executable line in the problem. |
|
||||||||
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |