include<bits stdc++.h="">using namespace std; int main() { // your code goes here int T ; cin>>T ; while(T--){ char S[100] ; scanf ("%[^\n]%*c", S) ; printf("%s",S) ; } return 0; } asked 08 Jan, 18:13 ![]()
|
You are not logged in. Please login at www.codechef.com to post your questions!
×CodeChef Discussion |
include<bits stdc++.h="">using namespace std; int main() { // your code goes here int T ; cin>>T ; while(T--){ char S[100] ; scanf ("%[^\n]%*c", S) ; printf("%s",S) ; } return 0; } asked 08 Jan, 18:13 ![]()
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Question tags:
question asked: 08 Jan, 18:13
question was seen: 63 times
last updated: 08 Jan, 18:13