luulinh90s's picture
update
a834038
<html><head>
<style>
body { font-family: Arial, sans-serif; margin: 20px; }
h1 { text-align: center; }
.cot-title { color: blue; }
.pos-title { color: green; }
h2 { color: black; text-align: left; }
h3 { color: black; text-align: left; }
h4 { color: darkslategray; }
table { width: 100%; border-collapse: collapse; margin: 20px 0; }
table, th, td { border: 1px solid #ddd; padding: 8px; }
th { background-color: #f2f2f2; }
tr:nth-child(even) { background-color: #f9f9f9; }
.highlight { background-color: #ffffcc; }
.true { color: green; }
.false { color: red; }
.highlighted-cell { background-color: yellow; cursor: pointer; }
.step-title { background-color: #f1f1f1; color: #444; padding: 10px; margin: 10px 0; font-size: 18px; border-left: 4px solid #888; }
.step { display: block; }
</style>
</head><body>
<hr>
<h3><span>Statement:</span> during the years of 1950 through 1965 , the goals scored were less than 160</h3>
<h3>Input Table: list of top association football goal scorers by country</h3>
<div class="step">
<table>
<tr>
<td>rank</td>
<td>name</td>
<td>years</td>
<td>matches</td>
<td>goals</td>
</tr>
<tr>
<td>1</td>
<td>dudu georgescu</td>
<td>1970-01-01 - 1986-01-01</td>
<td>370</td>
<td>252</td>
</tr>
<tr>
<td>2</td>
<td>ionel danciulescu</td>
<td>1993-01-01 - present</td>
<td>427</td>
<td>210</td>
</tr>
<tr>
<td>3</td>
<td>rodion camataru</td>
<td>1974-01-01 - 1989-01-01</td>
<td>377</td>
<td>198</td>
</tr>
<tr>
<td>4</td>
<td>marin radu</td>
<td>1974-01-01 - 1989-01-01</td>
<td>384</td>
<td>190</td>
</tr>
<tr>
<td>5</td>
<td>ion oblemenco</td>
<td>1964-01-01 - 1976-01-01</td>
<td>272</td>
<td>170</td>
</tr>
<tr>
<td>5</td>
<td>florea dumitrache</td>
<td>1966-01-01 - 1983-01-01</td>
<td>357</td>
<td>170</td>
</tr>
<tr>
<td>7</td>
<td>mircea sandu</td>
<td>1970-01-01 - 1987-01-01</td>
<td>407</td>
<td>167</td>
</tr>
<tr>
<td>8</td>
<td>victor piturca</td>
<td>1975-01-01 - 1989-01-01</td>
<td>301</td>
<td>166</td>
</tr>
<tr>
<td>9</td>
<td>mihai adam</td>
<td>9999-01-01 - 1976-01-01</td>
<td>353</td>
<td>160</td>
</tr>
<tr>
<td>10</td>
<td>titus ozon</td>
<td>1947-01-01 - 1964-01-01</td>
<td>270</td>
<td>157</td>
</tr>
</table>
</body></html>
<h3>Prediction:</span> TRUE</h3>
</body></html>