You are viewing a single comment's thread. Return to all comments →
using namespace std;
int main() { int integer; long num1; char a; float num2; double num3; cin>>integer>>num1>>a>>num2>>num3; cout<
Seems like cookies are disabled on this browser, please enable them to open this website
Basic Data Types
You are viewing a single comment's thread. Return to all comments →
include
include
include
using namespace std;
int main() { int integer; long num1; char a; float num2; double num3; cin>>integer>>num1>>a>>num2>>num3; cout<