fn analyze(handle: str) → insights
Enter your Codeforces handle to get problem suggestions, streak tracking, and progression insights.
Press Enter to run
// practice pick for @tourist auto problem = pickPracticeProblem( /* rating */ 1700, /* focusTags */ {"dp", "graphs"} ); cout << problem.url << "\n"; // -> "https://codeforces.com/problemset/problem/1234/D"