/
akryukov
/
programming-basics
Обзор
Документация
Войти
/
akryukov
/
programming-basics
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/lab15/task6876.html
57 строк
3 KB
Alexander Kryukov
group tasks in lab15 by collection class
24 дек 2018, 23:00
24 дек 2018, 23:00
d9d4a83
Код
Авторство
О чём код?
<div class="task_block" id="task6876"> <div class="task_id">6876</div> <h3>Задача</h3> <div class="task_desc">Реализовать класс Comparator6876 для сортировки фигур по убыванию площади.</div> <table class="check_values"> <tr> <th>Номер по порядку</th> <th>Результат</th> <th>Наглядный результат</th> </tr> <tr> <td></td> <td class="preformatted"><svg width="150" height="150"> <circle cx='70' cy='50' r='40' stroke='black' stroke-width='1' fill='green'/> <circle cx='50' cy='80' r='20' stroke='black' stroke-width='1' fill='red'/> <circle cx='40' cy='30' r='10' stroke='black' stroke-width='1' fill='blue'/> </svg></td> <td><svg width="150" height="150"> <circle cx='70' cy='50' r='40' stroke='black' stroke-width='1' fill='green'/> <circle cx='50' cy='80' r='20' stroke='black' stroke-width='1' fill='red'/> <circle cx='40' cy='30' r='10' stroke='black' stroke-width='1' fill='blue'/> </svg></td> </tr> <tr> <td></td> <td class="preformatted"><svg width="150" height="150"> <rect x='50' y='30' width='40' height='40' stroke='black' stroke-width='1' fill='green'/> <rect x='30' y='0' width='10' height='40' stroke='black' stroke-width='1' fill='red'/> <rect x='50' y='10' width='30' height='10' stroke='black' stroke-width='1' fill='blue'/> <rect x='10' y='50' width='20' height='10' stroke='black' stroke-width='1' fill='orange'/> </svg></td> <td><svg width="150" height="150"> <rect x='50' y='30' width='40' height='40' stroke='black' stroke-width='1' fill='green'/> <rect x='30' y='0' width='10' height='40' stroke='black' stroke-width='1' fill='red'/> <rect x='50' y='10' width='30' height='10' stroke='black' stroke-width='1' fill='blue'/> <rect x='10' y='50' width='20' height='10' stroke='black' stroke-width='1' fill='orange'/> </svg></td> </tr> <tr> <td></td> <td class="preformatted"><svg width="150" height="150"> <circle cx='80' cy='30' r='20' stroke='black' stroke-width='1' fill='cyan'/> <rect x='10' y='60' width='30' height='20' stroke='black' stroke-width='1' fill='black'/> <circle cx='20' cy='30' r='10' stroke='black' stroke-width='1' fill='magenta'/> <rect x='40' y='20' width='10' height='30' stroke='black' stroke-width='1' fill='yellow'/> <rect x='50' y='60' width='20' height='10' stroke='black' stroke-width='1' fill='red'/> </svg></td> <td><svg width="150" height="150"> <circle cx='80' cy='30' r='20' stroke='black' stroke-width='1' fill='cyan'/> <rect x='10' y='60' width='30' height='20' stroke='black' stroke-width='1' fill='black'/> <circle cx='20' cy='30' r='10' stroke='black' stroke-width='1' fill='magenta'/> <rect x='40' y='20' width='10' height='30' stroke='black' stroke-width='1' fill='yellow'/> <rect x='50' y='60' width='20' height='10' stroke='black' stroke-width='1' fill='red'/> </svg></td> </tr> </table> </div>