#include<iostream>
using namespace std;
{
    string a;
    double b;
    cin>>a>>b;
    cout<<"Name: "<<a<<","<<"Grade: "<<b
}