ANIL80531
ANIL80531
Hey @mi-code, your great device needs some modifications, don't you want to provide that service to your customer. I expect you to be a leading company in such a services.
Your code will not work if there is tab between words. try this ``` #include int main(){ int c=0; int state=0; while((c=getchar())!=EOF){ if((c==' '||c=='\t'||c=='\n')&&state==1){ putchar('\n'); state=0; } else{ putchar(c); state=1;...
**Please release kernel for Evergreen (Poco M4 Pro 5g)**