StackRating
An Elo-based rating system for Stack Overflow
Answers and rating deltas for
int &b = ++a; // this line works fine int &c = a++; // results in error
| Author | Votes | Δ |
|---|---|---|
| kiran Biradar | 1 | +0.43 |
| Markus Mayr | 0 | -3.42 |
Last visited: May 14, 2020, 3:16:00 AM