#include<stdio.h> int main() { char a[100]; while(gets(a)) puts(a); return 0; }
Sunday, April 24, 2016
Published April 24, 2016 by Sourav Chowdhury with 0 comment
Subscribe to:
Post Comments (Atom)
#include<stdio.h> int main() { char a[100]; while(gets(a)) puts(a); return 0; }
# include < cstdio > # include < cstring > # include < algorithm > using namespace std ; int main ( ) { int ...
0 comments:
Post a Comment