sathiya → I made VsCode Extension to solve Codeforces and CSES in VsCode Vladosiya → Codeforces Round 1027 (Div. 3) PvPro → Codeforces Round 1026 (Div. 2) AttractorsTheory → Cheater detected solved 5 problems in div. 2 + another cheater(maybe) on 23rd rank atcoder_official → ...
standard output You are given a positive integerxx. Check whether the numberxx is representable as the sum of the cubes of two positive integers. Formally, you need to check if there are two integersaa andbb (1≤a,b1≤a,b) such thata3+b3=xa3+b3=x. For example, ifx=35x=35, then...
题目如下: Given a set of distinct integers, nums, return all possible subsets (the power set). Note: The solution set must not contain duplicate subsets. Example: 题意显而易见,就是要求一个集合所有的子集,... 837D. Round Subset http://codeforces.com/problemset/problem/837/D #include<bits...