- 1
Hello I am in practice 1 but not solve the code
I am a new student of sololearn and I am learning coding for C++ but not solving the first practice code
7 odpowiedzi
+ 3
Hello, it is very sad. Be brave. Our hearts are with you in this painful and very hard path.
+ 1
#include <iostream>
using namespace std;
int main() {
//your code goes here
int input;
cin >> input;
cout << 50 - input % 50;
return 0;
}
0
Thanku so much for help
0
But how to fix this problem
0
Thanku so much for help
0
Sorry manav I don't understand