SpiceQA
Questions
Tags
Users
Badges
user_12597781
@user_12597781
0
reputation
0
answers
6
questions
About Me
// Hello, World !
Top Answers
How can we calculate, for every element in an array, the number of elements to the right that are greater than that element?
14 votes
How to remove duplicated items in a sorted vector
7 votes
CSES Range Query Question: Salary Queries
7 votes
Should I prefer two if statements over an if-else statement if the conditions aren't related?
7 votes
How can we find the largest contiguous region of a graph with two different "ID"s?
4 votes
Top Questions
Why doesn't RVO happen with structured bindings when returning a pair from a function using std::make_pair?
17 votes
3 answers
Is there a way to not use an item from a namespace?
6 votes
3 answers
Is there a good way to optimize the multiplication of two BigNums?
3 votes
3 answers
Is there a good way to exit a DFS procedure?
2 votes
3 answers
Why is declaring a std::ifstream called cin not a compilation error?
2 votes
1 answers