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.
- Prepare
- C++
- Introduction
- Input and Output
- Discussions
Input and Output
Input and Output
Sort by
recency
|
759 Discussions
|
Please Login in order to post a comment
[CapCut](https://capcut apk )
int main() { int a,b,c,sum; cin>>a>>b>>c; sum=a+b+c; cout<
[CapCut](https://capcut apk )
int main() { int a,b,c,sum; cin>>a>>b>>c; sum=a+b+c; cout<
include
include
using namespace std;
int main() { int a,b,c,sum; cin>>a>>b>>c; sum=a+b+c; cout< return 0; }
int main() { string s; int a,b,c; cin>>a >>b >>c; cout <
}
int main() { /* Enter your code here. Read input from STDIN. Print output to STDOUT */
int a,b,c; cin>>a>>b>>c; cout<<(a+b+c); return 0;