| … | |
… | |
| 76 | $PAR |
76 | $PAR |
| 77 | $BR |
77 | $BR |
| 78 | |
78 | |
| 79 | EOT |
79 | EOT |
| 80 | |
80 | |
| 81 | @answers = (std_num_str_cmp(0,["x","INF","-INF"]),std_num_str_cmp("-INF",["x","INF","-INF"]),std_num_str_cmp("-INF",["x","INF","-INF"]), |
81 | @answers = (num_cmp(0, strings=>["x","INF","-INF"]),num_cmp("-INF", strings=>["x","INF","-INF"]),num_cmp("-INF", strings=>["x","INF","-INF"]), |
| 82 | std_num_str_cmp($c,["x","INF","-INF"]),std_num_str_cmp("INF",["x","INF","-INF"]),std_num_str_cmp("INF",["x","INF","-INF"]), |
82 | num_cmp($c, strings=>["x","INF","-INF"]),num_cmp("INF", strings=>["x","INF","-INF"]),num_cmp("INF", strings=>["x","INF","-INF"]), |
| 83 | std_num_str_cmp("x",["x","INF","-INF"]),std_num_str_cmp("x",["x","INF","-INF"]),std_num_str_cmp("x",["x","INF","-INF"])); |
83 | num_cmp("x", strings=>["x","INF","-INF"]),num_cmp("x", strings=>["x","INF","-INF"]),num_cmp("x", strings=>["x","INF","-INF"])); |
| 84 | |
84 | |
| 85 | |
85 | |
| 86 | |
86 | |
| 87 | |
87 | |
| 88 | ANS( @answers ); |
88 | ANS(@answers ); |
| 89 | |
89 | |
| 90 | ENDDOCUMENT(); # This should be the last executable line in the problem. |
90 | ENDDOCUMENT(); # This should be the last executable line in the problem. |