+ 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 Respuestas
+ 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;
}