CodeChef Discuss
How to take input of an array in 1 line in C++?
general
array
princesubhadip
August 3, 2013, 9:53pm
2
string a[100];
gets(a);
2 Likes
show post in topic