Solve the Haiku problem in C language and solve the haiku problem in C Language

Source: Internet
Author: User

Solve the Haiku problem in C language and solve the haiku problem in C Language

Solution to Haiku in C Language

Just remove the comma

#include
 
  int main(){char a[22];while(scanf("%c",&a[0])!=EOF){for(int i=1;i<=19;i++)scanf("%c",&a[i]);for(int i=0;i<=4;i++)printf("%c",a[i]);printf(" ");for(int i=6;i<=12;i++)printf("%c",a[i]);printf(" ");for(int i=14;i<=18;i++)printf("%c",a[i]);printf("\n");}return 0;}
 

Problem Statement

As a New Year's gift, doldolphin received a stringSOf length19.

The stringSHas the following format: [five lowercase English letters], [seven lowercase English letters], [five lowercase English letters].

Doldolphin wants to convert the comma-separated stringSInto a space-separated string.

Write a program to perform the conversion for him.

Constraints The lengthSIs19. The sixth and fourteenth characters inSAre,. The other characters inSAre lowercase English letters. Input

The input is given from Standard Input in the following format:

s

Output

Print the string after the conversion.

Sample Input 1

happy,newyear,enjoy

Sample Output 1

happy newyear enjoy

Replace all the commas inhappy, newyear, enjoywith spaces to obtainhappy newyear enjoy.

Sample Input 2

haiku,atcoder,tasks

Sample Output 2

haiku atcoder tasks

Sample Input 3

abcde,fghihgf,edcba

Sample Output 3

abcde fghihgf edcba

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.