+ 22
Today i found incoming Challenges around 101 shown(count of Challenges) in playground.But suddenly the count was 100๐ฒ.how?
I didn't played any Challenges after the count of 101.why it happened!
30 Answers
+ 4
Actually there was 101 Challenges present.I may have touched a new Challenge which be marked as yellow.
After touching a new Challenge the count reduced ๐
+ 20
May be its due to network
Better to contact to any MOD or info@sololearn.com
For better results
+ 18
May be that user got blocked or you blocked him
+ 14
Maybe network issue.
+ 11
B.NARESH KUMAR ๐ฎ๐ณ count them again ๐๐
+ 10
May be 1 challenge expired
+ 10
Pangu, I agree with ร
KR.That user may be blocked.Otherwise count them right back๐
Anyways, Good morning ๐
+ 9
ร
KR no that was yesterday 10 Challenges disappeared due to banned of a user
+ 9
Akshay Panwar i don't know about that ๐ฒ
+ 9
Jyoti Rani i was sure about that i didn't let the Challenges expire
+ 7
Jyoti Rani no
+ 7
Akshay Panwar yeah i counted it is 103
But showing 100๐ฒ๐ฒ
+ 7
Jyoti Rani ร
KR ๐Sp...๐ซ Luisa Ziegler Akshay Panwar ๐ฝ๐๐๐๐๐๐๐๐ Simba ๐Kylo Ren =) Coder ๐ Krishna ๐
see i have mentioned the correct answer, thanks for your answers
+ 7
Thanks guys
+ 6
I think it's countiy mistake ๐๐๐
+ 6
Timothy Adeleke what's the process to do that
+ 5
B.NARESH KUMAR ๐ฎ๐ณ you won't be able to see the expire challenge send by other. You can only see your expired challenge which you have send to anyone.I guess.
+ 4
Glitch
+ 3
Don't take it seriously , one challenge doesn't affect anything unless most of challenges disappear
+ 3
It's very simple to retrieve an expired challenge. Just take the following step using push back action. Use vector push back method to bring your challenge back
#include <iostream>
#include <vector>
int main () {
std :: vector <int> challenge;
for (auto i = challenge.begin(); i != challenge.end(); ++i){
if (i == expire){
challenge.push_back(i)
};
/*Infact all your expired challenges on SoloLearn will come back. More xps! */
return 0;
}