Parent Directory
|
Revision Log
|
Patch
| Revision 267 | Revision 268 | ||
|---|---|---|---|
| … | … | ||
| 27 | "PGauxiliaryFunctions.pl", | 27 | "PGauxiliaryFunctions.pl", |
| 28 | "PGmatrixmacros.pl", | 28 | "PGmatrixmacros.pl", |
| 29 | "PGasu.pl" | 29 | "PGasu.pl" |
| 30 | ); | 30 | ); |
| 31 | 31 | ||
| 32 | TEXT(&beginproblem); | 32 | TEXT(beginproblem()); |
| 33 | 33 | ||
| 34 | for $j (0..10) { $a[$j] = random(2, 15);} | 34 | for $j (0..10) { $a[$j] = random(2, 15);} |
| 35 | $b = random(10, 90, 5); | 35 | $b = random(10, 90, 5); |
| 36 | $c = random(20, 60, 4); | 36 | $c = random(20, 60, 4); |
| 37 | 37 | ||
|
||||||||
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |