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
- Basic Data Types
- Discussions
Basic Data Types
Basic Data Types
Sort by
recency
|
1558 Discussions
|
Please Login in order to post a comment
include
include
include
using namespace std;
int main() { int a; long b; char c; float d; double e; cin >> a; cin >> b; cin >> c; cin >> d; cin >> e; cout<
}
include
include
include
using namespace std;
int main() { int a; long b; char c; float d; double e; cin >> a; cin >> b; cin >> c; cin >> d; cin >> e; cout<
}
Where is the question? How I will know what is the task?