#include<iostream>
#include<string>
using namespace std;
int main(){
    string title,author;
    if(cin>.title>>author){
        if(title.length()>0 && title.length()<=100 && author.lenght()>0 && auhtor.lenght()<=100){
            cout<<"Title: "<<titloe<<endl;
            cout<<"Author: "<<author<<endl;
        }
    }
    return 0;
}