Subversion Repositories wimsdev

Rev

Rev 2088 | Rev 5912 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2088 bpr 1
 
3866 bpr 2
<a name="ans"></a>
2088 bpr 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
35
 $name_useless: <b>$useless</b>.
36
!endif
37