Input/Output for pairs of numbers: Difference between revisions

Content added Content deleted
m (→‎Ring: Alternative: Remove vanity tags)
m (→‎{{header|C++}}: Remove vanity tags)
Line 160: Line 160:
Modified in order to take in all inputs and then give the output, the original gave the output for each pair immediately.
Modified in order to take in all inputs and then give the output, the original gave the output for each pair immediately.
<lang cpp>
<lang cpp>
/*Modified by Abhishek Ghosh, 19th March 2014, Rotterdam*/
#include <iostream>
#include <iostream>
using namespace std;
using namespace std;
Line 208: Line 207:
10
10
</pre>
</pre>



=={{header|D}}==
=={{header|D}}==