StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Anirban166

Rating
1529.03 (19,396th)
Reputation
193 (472,960th)
Page: 1 2
Title Δ
C++ Why am I recieving the error redefinition of class? -2.48
Get index of element in a struct c++ +3.63
Is it variable initialization failure? -3.42
How can i fix SIGSEGV on thread : -1327498896 error in c++? +3.69
C++ LRU cache - need suggestions on how to improve speed -3.78
Why are local function definitions illegal in C++? 0.00
What does "vector<int> Solution::primesum(int n)" m... +3.68
CodeBlocks C++ Display how many numbers i have typed in 0.00
How to create Array in C++ based on the input for number of strings? 0.00
What is "Unary Constructor"? -1.78
For multiplication and division in C++, what is the reasoning for u... -4.35
Sorting a multidimensional array in C++ 0.00
Is there a way of inserting a string into a char set? C++ -3.73
Strategy of converting code from C++11 to C++98? -3.16
Why is my array accepting only 2 values when I declared it as 3? -4.52
What is the use of declaring a pointer to a structure with typedef? -3.34
Why is it printing the location of a1 and not printing what a1 actu... -3.56
Is it possible to shift a string character by two unit only by swap... +3.41
while loop if and else +3.46
While operator- overloading can i not return by reference? +3.52
Passing array to function vs Passing variables to function +1.94
Multiply numbers among themselves +3.60
How do I remove comma after last number/output loop in C++ -2.69
Why is this struct's move asignement operator deleted? 0.00
Difference between auto it = v.begin() and int it=v.begin(), where... -2.45
R Studio not responding to the names() command 0.00
Weird function declaration and lambdas in C++ +3.57
Adding values of two separate int vectors with different sizes? +3.59
C++11: how does auto deal with () initializer? +4.87
Shutting down and Restarting PC via C++ in WSL 0.00
Unable the find the error but the compiler gives the following mess... +3.95
Creating a simple crackme program in C++ problems with variable and... +3.75
Compare function of string class not working as expected -0.25
C++ function to split strings +3.82
Getting error in c++ conversion from int to non scalar type 'po... -3.55
How to make the computation faster? +3.75
Why doesn't read 2 strings? +5.29
Is this the correct way to initialize a vector in CPP? 0.00
How can I control the input with sentinel value 0? -0.27
Why it prints unexpected values? 0.00
I want to exchange the values of map as follows but its not working +3.60
Problem with C++ Constructor. What exactly is getting initialized h... -1.79
Count Number of Digits in an array (c++) +3.81
Difference between narrowing and truncation in C++? +1.88
How could I assign values to c++ vector -1.85
Paradox between actual runtime and runtime complexity 0.00
Cannot input the second line of numbers in c++ +3.95
Expected time complexity of O(n^2), but it results in O(n). Can som... -0.05
how to use unordered map in c++ 0.00
How to have requirements in a getline? 0.00