We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
i have been facing the same issue on my site Horas Espejo but i install this to get rid of problem
using namespace std;
int sum(int a, int b , int c){
return a+b+c;
}
int main() {
int a;
int b;
int c;
cin>>a >>b >> c;
cout <
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
An unexpected error occurred. Please try reloading the page. If problem persists, please contact support@hackerrank.com
Input and Output
You are viewing a single comment's thread. Return to all comments →
i have been facing the same issue on my site Horas Espejo but i install this to get rid of problem using namespace std; int sum(int a, int b , int c){ return a+b+c; }
int main() { int a; int b; int c; cin>>a >>b >> c; cout <