StackRating

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

CiaPan

Rating
1473.51 (4,514,089th)
Reputation
6,450 (25,121st)
Page: 1 2 3 ... 10
Title Δ
A, B and C are three boolean values. Write an expression in terms o... +2.89
Solving KNKING exercise 14, chapter 8. Reverse the words 0.00
Recursive algorithm to fill increasing array { 1, 2, 2, 3, 3, 3, ..... +0.38
No values returned from function in C -1.62
Recursion does not stop in Preorder Traversal +0.50
What is ^ operator in C++ 0.00
How do I generate 4 random variables and only printing if it doesn&... +1.66
Greyed out code in VS Code C/C++ Extension -0.46
How to use the dart sort method (with sample code) +0.04
How to optimize "Find all possible triangles without duplicate... +2.45
How to reverse a string with pointers only? -0.91
print a diamond in python +0.05
Bug in Walrus operator 0.00
Populating a binary tree +0.04
Apply edit to strings 0.00
Its saying segmentation fault when i call in the `inputmatrix` func... 0.00
Loop through array to get enemy that isnt null? 0.00
Error in very similar functions while manipulating strings in C 0.00
Binary search tree lookup output -1.55
How to compute bitwise-or on the segment fast? 0.00
How to mock a range-based operator using gmock? 0.00
Replacing a substring with a space character +1.05
Converting roman to numerals but the input data is a random string?... 0.00
Why isn't my while loop terminating? while(values[i] != -99) +0.84
Sort Linked-list with down pointer -0.08
How to print linked list using c++ recursion in object oriented for... -1.04
Leaking memory when calling exit(0) -1.79
c programming function doesn’t return false +0.65
Simplifying the boolean expression (A && B) || (A &&... +0.38
Understanding operator overloading 'const' syntax for use i... -0.50
If i compared the instance variable of class with the object what w... -0.22
difference between passing parameters in function using call by val... 0.00
Understanding the operator "less" or "greater"... +2.18
Function delete all nodes of a given value in a linked list +0.22
count frequencies of all elements in array without using another ar... +0.01
linked-list in C showing the last 2 elements only +1.13
Printing a character n time based on input +0.29
Please help me to convert C++ algorithm code to Python 0.00
Cannot give necessary input to C++ program in windows console 0.00
Is there an elegant and fast way to test for the 1-bits in an integ... -0.51
main.c:16:9: error: stray '\32' in program in C -0.45
Converting 32 bit number to four 8bit numbers -1.13
confused with a variable within a for loop -0.38
How to call a function method recursively in classes in c++? +0.28
How to call a function method recursively in classes in c++? -1.72
Function is returning 1 instead of a value? +1.02
USACO Training milking time (longest non-milking time) - java 0.00
Derived object created without having default constructor -2.02
pointer times variable value, var = (var + 1)&3 0.00
long a = pow(10,1) returns 12, but as an int returns 10, why? 0.00