AR2BOOK - Book (Struct)

no tags 

Build a struct that stores the book information in a structure:

  • title: string
  • author: string
  • subject: string
  • book_id: integer

Allow users to enter and display information 1 book.

Input

title
author
subject
book_id

Output

title : author : subject : book_id

Example

Input:
nghin le mot dem
khong tac gia
co tich
1

Output:
nghin le mot dem : khong tac gia : co tich : 1


Added by:khanhvh
Date:2020-11-17
Time limit:1s-5s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All