You are viewing a single comment's thread. Return to all comments →
using namespace std;
int main() { /* Enter your code here. Read input from STDIN. Print output to STDOUT */ int s, n, t; cin >> s >> n >> t;
Follow Me Linkedin: www.linkedin.com/in/nayem099 Follow Me GitHub: https://github.com/Nayem-99 cout << s + n + t; return 0;
}
Seems like cookies are disabled on this browser, please enable them to open this website
Input and Output
You are viewing a single comment's thread. Return to all comments →
include
include
include
include
include
using namespace std;
int main() { /* Enter your code here. Read input from STDIN. Print output to STDOUT */
int s, n, t; cin >> s >> n >> t;
}