|
|
|
|
|
|
cin >> a, b, c, d, e, f, g;
That will not read several values.cin>>a>>b>>c>>d>>e>>f>>g;
is to read several values.
|
|
int M=1000=a;
¿what do you think that you are doing there?
|
|
|
|
|
|
|
|
Roman.cpp(22): error C2678: binary '>>' : no operator found which takes a left-hand operand of type 'std::istream' (or there is no acceptable conversion)
|
|
int i=roman.length();