Click here to Skip to main content
16,022,828 members

Comments by Alexandrnn (Top 1 by date)

Alexandrnn 21-Oct-22 4:32am View    
char strs[1024];

while(fgets(strs,1024, stdin)) puts(strs);