How can I report a code coach problem. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I report a code coach problem.

I write a solution for code coach which was correct. But still I got it failed.

17th May 2021, 10:37 AM
Piyush A. Mulatkar
Piyush A. Mulatkar - avatar
7 Answers
+ 2
The Stone read the question carefully. You get 1 ticket every 12 scores. If you have enough tickets to purchase the item, "Buy it!" is printed. The input for this is the score and price, meaning what a stores is the score.
17th May 2021, 11:12 AM
你知道規則,我也是
你知道規則,我也是 - avatar
+ 2
From what can you tell that your solution is correct? In which assignment do you encounter the difficulty? I'm not saying that the problem is not glitched, but if you didn't pass the assignment, you can barely tell that whether is the assignment system or your code gets problems.
17th May 2021, 10:57 AM
你知道規則,我也是
你知道規則,我也是 - avatar
+ 2
Genuine Stalwart Yep I got it in less than a sec! I just not read the line carefully
17th May 2021, 11:18 AM
Piyush A. Mulatkar
Piyush A. Mulatkar - avatar
+ 1
i think only way is to contact mods. here is sololearn email: [email protected]
17th May 2021, 10:49 AM
Bhavik Mahalle
Bhavik Mahalle - avatar
+ 1
Genuine Stalwart CarrieForle #include <stdio.h> int main() { int a,b; scanf("%d%d",&a,&b); if(b<=a) printf("Buy it!"); else printf("Try again"); return 0; } Case #1 : input is 100 and 50 so answer should be Buy it! but it show correct answer to be Try again
17th May 2021, 10:57 AM
Piyush A. Mulatkar
Piyush A. Mulatkar - avatar
0
The Stone What is the assignment for this code?
17th May 2021, 11:05 AM
你知道規則,我也是
你知道規則,我也是 - avatar
0
CarrieForle Its named Skee-ball. You can check it too
17th May 2021, 11:06 AM
Piyush A. Mulatkar
Piyush A. Mulatkar - avatar