#include<iostream>
#include<string>
using namespace std;
class Student{
    private:
    string name;
    int age,int year;
    public;
    void display(){
        cin >> name >> model >> year;
        cout << name;
        cout << model;
        cout << Year;
    }
};
int main(){
    Student s;
    s.display();
    return 0;
}