Skip to content

tutorial

bradendubois edited this page Nov 8, 2021 · 8 revisions

ICPC Tutorial

ID: tutorial

Difficulty: 3.2

CPU Time: 1 second

Memory: 1024 MB

Solution

Just enumerate the cases for each situation. If t is a particularcase, compute the approximate operations this will take with a size of n, and whether it is less than or equal to m.

Clone this wiki locally