Subversion Repositories wimsdev

Rev

Rev 5912 | 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
15353 bpr 4
  !if $comment!=$empty
5
    $name_illegal1:
6
    $comment
7
  !else
8
    $name_illegal2
9
  !endif
10
  <p>$name_illegal3</p>
11
  !exit
2088 bpr 12
!endif
13
 
14
!if $speculate=yes
15353 bpr 15
  $name_speculate
16
  !exit
2088 bpr 17
!else
15353 bpr 18
  !read $deffile ans
2088 bpr 19
!endif
20
 
21
!if $solution!=$empty and ($presentsol>1 or ($presentsol=1 and $thisscore<0.7))
15353 bpr 22
  <p><b>$name_Solution.</b> $solution</p>
2088 bpr 23
!endif
24
 
25
<p>
26
!if $gotcnt>$minask
15353 bpr 27
  !if $minask>1
28
    $name_minasks
29
  !else
30
    $name_minasks
31
  !endif
2088 bpr 32
!endif
5912 bpr 33
</p>
2088 bpr 34
!if $uselesscnt>0
35
 $name_useless: <b>$useless</b>.
36
!endif