Rev 547 | Rev 3866 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 547 | Rev 2088 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | ||
- | 2 | <a name=ans></a> |
|
- | 3 | !if $badask=yes |
|
- | 4 | !if $comment!=$empty |
|
- | 5 | $name_illegal1: |
|
- | 6 | $comment |
|
- | 7 | !else |
|
- | 8 | $name_illegal2 |
|
- | 9 | !endif |
|
- | 10 | <p>$name_illegal3 |
|
- | 11 | !exit |
|
- | 12 | !endif |
|
- | 13 | ||
- | 14 | !if $speculate=yes |
|
- | 15 | $name_speculate |
|
- | 16 | !exit |
|
- | 17 | !else |
|
- | 18 | !read $deffile ans |
|
- | 19 | !endif |
|
- | 20 | ||
- | 21 | !if $solution!=$empty and ($presentsol>1 or ($presentsol=1 and $thisscore<0.7)) |
|
- | 22 | <p><b>$name_Solution.</b> $solution |
|
- | 23 | !endif |
|
- | 24 | ||
- | 25 | <p> |
|
- | 26 | !if $gotcnt>$minask |
|
- | 27 | !if $minask>1 |
|
- | 28 | $name_minasks |
|
- | 29 | !else |
|
- | 30 | $name_minasks |
|
- | 31 | !endif |
|
- | 32 | !endif |
|
- | 33 | ||
- | 34 | !if $uselesscnt>0 |
|
1 |
|
35 | $name_useless: <b>$useless</b>. |
- | 36 | !endif |
|
- | 37 |