Rev 3866 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2088 | bpr | 1 | |
5912 | bpr | 2 | <a id="ans"></a> |
2088 | bpr | 3 | !if $badask=yes |
4 | !if $comment!=$empty |
||
5 | $name_illegal1: |
||
6 | $comment |
||
7 | !else |
||
8 | $name_illegal2 |
||
9 | !endif |
||
5912 | bpr | 10 | <p>$name_illegal3</p> |
2088 | bpr | 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)) |
||
5912 | bpr | 22 | <p><b>$name_Solution.</b> $solution</p> |
2088 | bpr | 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 |
||
5912 | bpr | 33 | </p> |
2088 | bpr | 34 | !if $uselesscnt>0 |
35 | $name_useless: <b>$useless</b>. |
||
36 | !endif |
||
37 |